ErrorDetails interface

Hata ayrıntıları.

Özellikler

additionalProperties

Ek özellikler

code

Belirli bir hatayı tanımlayan hata kodu.

message

okunabilir bir hata iletisi.

Özellik Ayrıntıları

additionalProperties

Ek özellikler

additionalProperties?: Record<string, any>

Özellik Değeri

Record<string, any>

code

Belirli bir hatayı tanımlayan hata kodu.

code: string

Özellik Değeri

string

message

okunabilir bir hata iletisi.

message: string

Özellik Değeri

string