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.

Last status code.

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.


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

Generated on Fri Jul 11 11:56:38 2008 for Axis2/C by  doxygen 1.5.5