Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskFailureInformation

Package version

An interface representing TaskFailureInformation.

summary

Information about a task failure.

Hierarchy

  • TaskFailureInformation

Index

Properties

category

category: ErrorCategory

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

Optional code

code: undefined | string

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

Optional details

details: NameValuePair[]

A list of additional details related to the error.

Optional message

message: undefined | string

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

Generated using TypeDoc