BatchTaskFailureInfo interface
Information about a Task failure.
Properties
| category | The category of the Task error. Possible values: "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: "usererror", "servererror"
category: string
Property Value
string
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