Constructors

Properties

category: string

Specifies the main category of the error, determining the broad area of issue.

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

An object containing context-specific information pertinent to the error.

errors: ErrorDetail[]
id?: string

The unique ID of the error instance.

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

An object containing links related to the error, such as documentation URLs or support contact pages.

message: string

A detailed message describing the error.

status: string

The HTTP status code associated with the error.

subCategory?: any

Identifies the subcategory of the error, providing more specific context within the main category.

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

Methods

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