ExtendedFault

ExtendedFault
ExtendedFault

This fault is the container for faults logged by extensions.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "faultTypeId": "string",
    "data": [
        {
            "_typeName": "string",
            "key": "string",
            "value": "string"
        }
    ]
}
string
faultTypeId
Required

The id of the type of extended fault.

array of KeyValue
data
Optional

Key/value pairs associated with fault.