ErrorInfo interface
Error information returned by BootInfo.errorInfo.
Properties
| error |
Optional. HTTP error code. |
| error |
Required. A string describing the error details. This string will be in English and should only be used for diagnostics purposes. |
| error |
Optional. A short name describing the error. |
| error |
Optional. A categorization for the error. See definition of the |
Property Details
errorCode
Optional. HTTP error code.
errorCode?: string
Property Value
string
errorMessage
Required. A string describing the error details. This string will be in English and should only be used for diagnostics purposes.
errorMessage: string
Property Value
string
errorName
Optional. A short name describing the error.
errorName?: string
Property Value
string
errorType
Optional. A categorization for the error. See definition of the ErrorType enum for available types.
errorType?: ErrorType