BatchErrorOutput interface

An error response received from the Azure Batch service.

Properties

code

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

message

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

values

A collection of key-value pairs containing additional details about the error.

Property Details

code

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

code?: string

Property Value

string

message

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

message?: BatchErrorMessageOutput

Property Value

values

A collection of key-value pairs containing additional details about the error.

values?: BatchErrorDetailOutput[]

Property Value