ErrorModel interface
model interface ErrorModel
Property Details
additionalInfo
additionalInfo?: Record<string, unknown>
Property Value
Record<string, unknown>
code
code: string
Property Value
string
debugInfo
debugInfo?: Record<string, unknown>
Property Value
Record<string, unknown>
details
message
message: string
Property Value
string
param
param?: string
Property Value
string
type
type?: string
Property Value
string