Skip to content

Error

config_errstr

Returns a generic string for a given integer error code as returned by some functions. Depending on the call, a more details error string may be available in the config_object's last_error field.

Declaration

CONST CHAR* config_errstr(
    [in]    int     err
);

Parameters

  • err — [in] Integer of the error code

Returns

  • const char* — text of the error string