InnerError interface
Inner Error
Properties
additional |
Any Key value pairs that can be provided to the client for additional verbose information. |
code | Unique code for this error |
embedded |
Child Inner Error, to allow Nesting. |
Property Details
additionalInfo
Any Key value pairs that can be provided to the client for additional verbose information.
additionalInfo?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
code
Unique code for this error
code?: string
Property Value
string