InnerError interface
Inner error details.
Properties
error |
The internal error message or exception dump. |
exception |
The exception type. |
Property Details
errorDetail
The internal error message or exception dump.
errorDetail?: string
Property Value
string
exceptionType
The exception type.
exceptionType?: string
Property Value
string