Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchError

Package version

An interface representing BatchError.

summary

An error response received from the Azure Batch service.

Hierarchy

  • BatchError

Index

Properties

Properties

Optional code

code: undefined | string

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

Optional message

message: ErrorMessage

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

Optional values

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

Generated using TypeDoc