Share via


ErrorInfo interface

Error information returned by BootInfo.errorInfo.

Properties

errorCode

Optional. HTTP error code.

errorMessage

Required. A string describing the error details. This string will be in English and should only be used for diagnostics purposes.

errorName

Optional. A short name describing the error.

errorType

Optional. A categorization for the error. See definition of the ErrorType enum for available types.

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

Property Value