Share via


ErrorModel interface

Error model.

Properties

causes

Gets or sets the possible causes of error.

code

Gets or sets the error code.

creationTime

Gets or sets the creation time of error.

message

Gets or sets the error message.

recommendation

Gets or sets the recommended action to resolve error.

severity

Gets or sets the error severity.

type

Gets or sets the error type.

Property Details

causes

Gets or sets the possible causes of error.

causes?: string

Property Value

string

code

Gets or sets the error code.

code?: string

Property Value

string

creationTime

Gets or sets the creation time of error.

creationTime?: Date

Property Value

Date

message

Gets or sets the error message.

message?: string

Property Value

string

recommendation

Gets or sets the recommended action to resolve error.

recommendation?: string

Property Value

string

severity

Gets or sets the error severity.

severity?: string

Property Value

string

type

Gets or sets the error type.

type?: string

Property Value

string