error
error
Error Message that is returned as part of HTTP response in case of an error during the API invocation
JSON Example
{
"message": "string",
"inputBodyLocation": {
"lineNumber": 0,
"columnNumber": 0
},
"validationFailures": [
{
"failureMessage": "string",
"violationPath": "string"
}
],
"moreInformation": [
{
"name": "string",
"value": "string"
}
],
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
],
"extension": {
"anyObjects": [
{}
]
},
"httpStatusCode": 0,
"apiErrorCode": 0,
"type": "string"
}
string
message
Required
The error message
integer As int32
As int32
httpStatusCode
Optional
The status code of the error
integer As int32
As int32
apiErrorCode
Optional
The error code of the error
string
type
Optional
Used to identify schema type. For each schema its equivalent value should be used. allowableValues = {CertificatesError, Error}