TaskFailureInformation interface

An interface representing TaskFailureInformation.

Properties

category

The category of the Task error. Possible values include: 'userError', 'serverError'

code

An identifier for the Task error. Codes are invariant and are intended to be consumed programmatically.

details

A list of additional details related to the error.

message

A message describing the Task error, intended to be suitable for display in a user interface.

Property Details

category

The category of the Task error. Possible values include: 'userError', 'serverError'

category: ErrorCategory

Property Value

code

An identifier for the Task error. Codes are invariant and are intended to be consumed programmatically.

code?: string

Property Value

string

details

A list of additional details related to the error.

details?: NameValuePair[]

Property Value

message

A message describing the Task error, intended to be suitable for display in a user interface.

message?: string

Property Value

string