|
TReK ANSI-C
5.3.3
All ANSI-C APIs
|
Error codes for the HPEG API (starts at 77001). More...
Macros | |
| #define | TREK_HPEG_API_TOO_MANY_DESTINATIONS 77001 |
| More destinations are available than can be return. First 100 destinations found were returned. | |
| #define | TREK_HPEG_API_INTERNAL_CODING_ERROR 77002 |
| Error should never occur, but if it does please contact the TReK help desk as it indicates an internal TReK coding error. | |
| #define | TREK_HPEG_API_DESTINATION_NOT_FOUND 77003 |
| The requested destination does not exist. Check the spelling including capitalization of the letters. | |
| #define | TREK_HPEG_API_INVALID_REQUEST 77004 |
| The requested value is incorrect. Check the spelling of the requested value. | |
| #define | TREK_HPEG_API_NOT_ENOUGH_SPACE 77005 |
| Not enough space is available to copy the returned string. | |
| #define | TREK_HPEG_API_STRING_TOO_LONG 77006 |
| A string value provided is too long. Most likely the destination name. | |
| #define | TREK_HPEG_API_INIT_FAILED 77007 |
| Could not initialize the HPEG API. Can occur if the HPEG application has not activated (logged into POIC). | |
| #define | TREK_HPEG_API_DEPRECATED 77008 |
| Requested value is no longer supported by the protocol. May be available through another function call. Check the API help pages. | |
| #define | TREK_HPEG_API_TOO_MANY_GATEWAYS 77009 |
| More DTN gateways are available than can be return. First 100 DTN gateways found were returned. | |
| #define | TREK_HPEG_API_GATEWAY_NOT_FOUND 77010 |
| The requested gateway does not exist. Check the spelling including capitalization of the letters. | |
| #define | TREK_HPEG_API_DOES_NOT_EXIST 77011 |
| The specified item does not exist. | |
| #define | TREK_HPEG_API_NULL_POINTER 77012 |
| A NULL pointer was passed in. Check you parameter inputs. | |
| #define | TREK_HPEG_API_ZERO_VALUE 77013 |
| A zero was provided as a value and cannot be used. | |
| #define | TREK_HPEG_API_RESERVED_VALUE 77014 |
| Value cannot be used. | |
| #define | TREK_HPEG_API_ALREADY_EXISTS 77015 |
| Specified item already exists. | |
| #define | TREK_HPEG_API_COULD_NOT_OPEN_FILE 77016 |
| Could not open the specified file. | |
| #define | TREK_HPEG_API_DIR_DOES_NOT_EXIST 77017 |
| Specified directory does not exist. | |
| #define | TREK_HPEG_API_QUICK_CONFIG_NOT_AVAILABLE 77018 |
| Returned if quick configure is not available. Check that HPEG is active and DTN information is available. | |
| #define | TREK_HPEG_API_QC_NUM_ENDPT_FAILED 77019 |
| Unexpected failure getting endpoints during quick configure. | |
| #define | TREK_HPEG_BAD_INPUT_FORMAT 77020 |
| An input value was incorrect. | |
| #define | TREK_HPEG_API_FUNC_NOT_ALLOWED 77021 |
| Some HPEG functions are only allowed when using the HPEG console and are not allowed when using the HPEG GUI. | |
| #define | TREK_HPEG_API_IN_AUTO_MODE 77022 |
| The application is currently in automation mode for the requested function. | |
| #define | TREK_HPEG_NO_CALLBACK 77023 |
| An automation action cannot be completed. Likely due to coding error. Report to trek..nosp@m.help.nosp@m.@nasa.nosp@m..gov. | |
| #define | TREK_HPEG_LOGIN_CONNECT_FAIL 77024 |
| Could not connect to HOSC Login application. Will continue to try. | |
| #define | TREK_HPEG_LOGIN_IN_PROGRESS 77025 |
| Login is not complete. Will continue to try. | |
Error codes for the HPEG API (starts at 77001).