ESF Manager Failure Reason Codes


Defines

#define SafMGR_FAIL_NONE   0
 No failure.
#define SafMGR_FAIL_GENERAL   1
 Error with no specific code.
#define SafMGR_FAIL_RESOURCE   2
 Resource allocation failed.
#define SafMGR_FAIL_MGRCFG   3
 Bad ESF Manager configuration.
#define SafMGR_FAIL_LOAD   4
 Failure loading ESM Module.
#define SafMGR_FAIL_ESMCFG   5
 Bad ESM Module configuration.
#define SafMGR_FAIL_ESMENTRY   100
 Bad ESM Module entry.
#define SafMGR_FAIL_ESM   101
 Error reported by ESM Module.
#define SafMGR_FAIL_ENV   200
 Environment init failure.