SE_error_get_string |
Returns a text string representation of an ArcSDE error code
LONG SE_error_get_string (LONG error_code CHAR *error_string);
error_code | The integer error code |
error_string | A pointer to a buffer to receive the text string that describes the error |
SE_error_get_string returns a text string representation of an ArcSDE error or warning code. The user-provided buffer pointed to by error_string must be at least SE_MAX_MESSAGE_LENGTH.