InlineOneOfErrorMessage1

InlineOneOfErrorMessage1
InlineOneOfErrorMessage1

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

object
inputBodyLocation
Optional

Location of parsing exception

array of object
validationFailures
Optional

The collection of validation failures

array of object
moreInformation
Optional

Some more information about the error

array of object
links
Optional

Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.

object
extension
Optional

extension

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}