| SE_connection_get_error_string | 
Returns a localized string for an error code.
LONG SE_connection_get_error_string (SE_CONNECTION connection, LONG error_code, CHAR *error_string);
| connection | The connection handle | 
| error_code | The error code | 
| error_string | A pointer to the character string for the error | 
SE_connection_get_error_string returns the localized character string of an error code for the specified connection. Allocate at least SE_MAX_MESSAGE_LEN bytes to the error_string argument.
SE_SUCCESS
SE_CONNECTION_LOCKED
SE_INVALID_CONNECTION
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_NET_FAILURE
SE_SDE_NOT_STARTED