ErrorModel interface

واجهة النموذج نموذج الخطأ

الخصائص

additionalInfo
code
debugInfo
details
message
param
type

تفاصيل الخاصية

additionalInfo

additionalInfo?: Record<string, unknown>

قيمة الخاصية

Record<string, unknown>

code

code: string

قيمة الخاصية

string

debugInfo

debugInfo?: Record<string, unknown>

قيمة الخاصية

Record<string, unknown>

details

details?: ErrorModel[]

قيمة الخاصية

message

message: string

قيمة الخاصية

string

param

param?: string

قيمة الخاصية

string

type

type?: string

قيمة الخاصية

string