Next: Error Macros, Previous: Error methods macros and codes, Up: Error methods macros and codes [Contents][Index]
Allows the application to read the error code.
p_error_string is reserved for use by
the internals.
Applications should set it to NULL
.
Return value: The current error code. Always succeeds.
Sets the error code
to MARPA_ERR_NONE
.
Not often used,
but now and then it can be useful
to force the error code to a known state.
Return value: MARPA_ERR_NONE
.
Always succeeds.