Interface BaseError

Базовий інтерфейс для всіх помилок.

interface BaseError {
    code: number;
    detail: string;
    id: string;
    status: string;
}

Properties

Properties

code: number

Код помилки.

detail: string

Деталі помилки.

id: string

Ідентифікатор помилки.

status: string

Статус помилки.