code | Document Contains the fault code and possible subcodes. | |
Key | Description | |
namespaceName | String Optional. Namespace name for the SOAP fault code. | |
localName | String Code that identifies the fault. | |
subCodes | Document List Optional. Subcodes that provide further detail. Each Document in the subCodes Document List contains: namespaceName for the subcode localName that identifies the subcode | |
reasons | Document List Reasons for the SOAP fault. Each Document in the Document List contains a human readable explanation of the cause of the fault. | |
Key | Description | |
*body | String Text explaining the cause of the fault. | |
@lang | String Optional. Language for the human readable description. | |
node | String Optional. URI to the SOAP node where the fault occurred. | |
role | String Optional. Role in which the node was operating at the point the fault occurred. | |
detail | Document Optional. Application-specific details about the SOAP fault. |