Constructors

Properties

category: string

The error category

context?: {
    [key: string]: string[];
}

Context about the error condition

correlationId: string

A unique identifier for the request. Include this value with any error reports or support tickets

errors?: ErrorDetail[]

further information about the error

links?: {
    [key: string]: string;
}

A map of link names to associated URIs containing documentation about the error or recommended remediation steps

message: string

A human readable message describing the error along with remediation steps where appropriate

subCategory?: string

A specific category that contains more specific detail about the error

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]