AXIS2_ERROR_NONE |
No error |
AXIS2_ERROR_NO_MEMORY |
Out of memory |
AXIS2_ERROR_INVALID_NULL_PARAM |
NULL paramater was passed when a non NULL parameter was expected |
AXIS2_ERROR_INVALID_ITERATOR_STATE |
Iterator state invalid e.g. next called before calling first |
AXIS2_ERROR_INVALID_NODE_TYPE |
Node type is different from what is expected |
AXIS2_ERROR_XML_READER_ELEMENT_NULL |
axis2_xml_reader returned NULL element |
AXIS2_ERROR_XML_READER_VALUE_NULL |
axis2_xml_reader returned NULL value |
AXIS2_ERROR_BUILDER_DONE_CANNOT_PULL |
Builder done with pulling. Cannot pull any more |
AXIS2_ERROR_INVALID_BUILDER_STATE_LAST_NODE_NULL |
Bulder's last node is NULL when it is not supposed to be NULL |
AXIS2_ERROR_INVALID_BUILDER_STATE_CANNOT_DISCARD |
Discard faile because the builder state is invalid |
AXIS2_ERROR_INVALID_DOCUMENT_STATE_ROOT_NULL |
Document root is NULL, when it is not supposed to be NULL |
AXIS2_ERROR_INVALID_DOCUMENT_STATE_UNDEFINED_NAMESPACE |
Undefined namespace used |
AXIS2_ERROR_UNALLOCATED_MEMEORY_RELEASE_REQUESTED |
Trying to release unallocated memory |
AXIS2_ERROR_STRUCT_NOT_INITIALIZED |
Struct is not properly initialized |
AXIS2_ERROR_COULD_NOT_OPEN_FILE |
Could not open the file |
AXIS2_ERROR_ENVIRONMENT_IS_NULL |
Environment passed is null |
AXIS2_ERROR_INVALID_STATE_PARENT_NULL |
Parent requested, but parent is null |
AXIS2_ERROR_PARAMETER_LOCKED_CANNOT_OVERRIDE |
Parameter locked, Cannot override |
AXIS2_ERROR_INVALID_STATE_PARAM_CONTAINER |
Parameter container not set |
AXIS2_ERROR_INVALID_STATE_PARAM |
Parameter not set |
AXIS2_ERROR_INVALID_STATE_OPERATION |
Operation accessed has invalid state |
AXIS2_ERROR_INVALID_STATE_SVC |
Service accessed has invalid state |
AXIS2_ERROR_INVALID_STATE_WSDL_SVC |
Wsdl Service accessed has invalid state |
AXIS2_ERROR_INVALID_STATE_SVC_GRP |
Service group accessed has invalid state |
AXIS2_ERROR_INVALID_STATE_WSDL_OPERATION |
Wsdl operation accessed has invalid state |
AXIS2_ERROR_INDEX_OUT_OF_BOUNDS |
Array list index out of bounds |
AXIS2_ERROR_BEFORE_AFTER_HANDLERS_SAME |
Both before and after handlers cannot be the same |
AXIS2_ERROR_PHASE_FIRST_HANDLER_ALREADY_SET |
First handler of phase already set |
AXIS2_ERROR_INVALID_PHASE_FIRST_HANDLER |
Invalid first handler for phase |
AXIS2_ERROR_PHASE_LAST_HANDLER_ALREADY_SET |
Last handler of phase already set |
AXIS2_ERROR_INVALID_PHASE_LAST_HANDLER |
Invalid last handler for phase |
AXIS2_ERROR_PHASE_ADD_HANDLER_INVALID |
Only one handler allowed for phase, adding handler is not allowed |
AXIS2_ERROR_INVALID_HANDLER_RULES |
Invalid handler rules |
AXIS2_ERROR_INVALID_HANDLER_STATE |
Invalid handler state |
AXIS2_ERROR_NO_SUCH_ELEMENT |
No such element |
AXIS2_ERROR_COULD_NOT_MAP_MEP_URI_TO_MEP_CONSTANT |
Could not Map the MEP URI to a axis MEP constant value |
AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_OPERATION |
module has alredy engaged to the operation operation terminated !!! |
AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_SVC |
module has alredy been engaged on the service.Operation terminated !!! |
AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_SVC_GRP |
module has alredy been engaged on the service. Group Operation terminated !!! |
AXIS2_ERROR_INVALID_STATE_MSG_CTX |
Invalid message context state |
AXIS2_ERROR_SERVICE_NOT_YET_FOUND |
Service not yet found |
AXIS2_ERROR_CREATING_XML_STREAM_WRITER |
error occured creating xml stream writer |
AXIS2_ERROR_CREATING_XML_STREAM_READER |
error occured creating xml stream writer |
AXIS2_ERROR_TWO_SVCS_CANNOT_HAVE_SAME_NAME |
Two service can not have same name, a service with same name alredy exist in the system |