00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef INCL_SPDM_ERRORS
00019 #define INCL_SPDM_ERRORS
00020
00022 #define ERR_INVALID_CONTEXT 10000
00023 #define ERR_SOURCE_DEFINITION_NOT_FOUND 10001
00024 #define ERR_DM_TREE_NOT_AVAILABLE 10002
00025 #define ERR_NO_SOURCE_TO_SYNC 10003
00026 #define ERR_ITEM_ERROR 10004
00027
00028 #define ERRMSG_INVALID_CONTEXT "Invalid context: %s"
00029 #define ERRMSG_DM_TREE_NOT_AVAILABLE "Unable to access the DM Tree"
00030 #define ERRMSG_SOURCE_DEFINITION_NOT_FOUND "Configuration not found for source %s"
00031 #define ERRMSG_NO_SOURCE_TO_SYNC "No sources to synchronize"
00032 #define ERRMSG_ITEM_ERROR "An error occurred on one or more items."
00033
00035 #endif