ErrorModel interface

Defines the error.

Properties

code

The error code.

id

The error ID.

message

The detailed error message.

possibleCauses

The error possible causes.

recommendedAction

The error recommended action

runAsAccountId

The account ID used to login.

severity

The error severity

summaryMessage

The summarized error message.

updatedTimeStamp

Time when this error was last updated.

Property Details

code

The error code.

code?: string

Property Value

string

id

The error ID.

id?: number

Property Value

number

message

The detailed error message.

message?: string

Property Value

string

possibleCauses

The error possible causes.

possibleCauses?: string

Property Value

string

recommendedAction

The error recommended action

recommendedAction?: string

Property Value

string

runAsAccountId

The account ID used to login.

runAsAccountId?: string

Property Value

string

severity

The error severity

severity?: string

Property Value

string

summaryMessage

The summarized error message.

summaryMessage?: string

Property Value

string

updatedTimeStamp

Time when this error was last updated.

updatedTimeStamp?: Date

Property Value

Date