Gets the type of a given error in the stack.
int
ade_errtype(
int err_index);
Returns an error type or ADEERROR.
err_index | Position of the error in the stack 0 = first error |
For a list of error types, see Error Types.
Gets the type of a given error in the stack.
int
ade_errtype(
int err_index);
Returns an error type or ADEERROR.
err_index | Position of the error in the stack 0 = first error |
For a list of error types, see Error Types.