SE_error_get_string

Returns a text string representation of an ArcSDE error code

Usage syntax

LONG SE_error_get_string (LONG error_code CHAR *error_string);

Parameters
error_code The integer error code
error_string A pointer to a buffer to receive the text string that describes the error
Description

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.

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER