axutil_error Struct Reference
[error]

#include <axutil_error.h>

List of all members.

Public Attributes

axutil_allocator_tallocator
int error_number
int status_code
axis2_char_t * message


Detailed Description

Axutil error struct. Error holds the last error number, the status code as well as the last error message.

Member Data Documentation

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.


The documentation for this struct was generated from the following file:

Generated on Wed Oct 14 01:02:15 2009 for Axis2/C by  doxygen 1.5.7.1