#include <axutil_error.h>
Public Attributes | |
| axutil_allocator_t * | allocator |
| int | error_number |
| int | status_code |
| axis2_char_t * | message |
Memory allocator associated with the error struct. It is this allocator that would be used to allocate memory for the error struct instance in create method.
Last error number.
| axis2_char_t* axutil_error::message |
Error message. This could be set to a custom message to be returned, instead of standard errors set in the error messages array by the axutil_error_init function call.
Last status code.
1.5.7.1