InnerError interface

Inner Error

Properties

additionalInfo

Any Key value pairs that can be provided to the client for additional verbose information.

code

Unique code for this error

embeddedInnerError

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

embeddedInnerError

Child Inner Error, to allow Nesting.

embeddedInnerError?: InnerError

Property Value