HttpFault
HttpFault
Generic base class for outbound HTTP communication errors.
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"
}
],
"statusCode": 0,
"statusMessage": "string"
}
integer As int32 As int32
statusCode
Required
HTTP status code received from external web-server.
string
statusMessage
Required
HTTP status message received from external web-server.