Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchAIError

Package version

interface

An interface representing BatchAIError. An error response from the Batch AI service.

Hierarchy

  • BatchAIError

Index

Properties

Properties

Optional code

code: undefined | string
member

{string} [code] An identifier of the error. Codes are invariant and are intended to be consumed programmatically. NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

details: NameValuePair[]
member

{NameValuePair[]} [details] A list of additional details about the error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string
member

{string} [message] A message describing the error, intended to be suitable for display in a user interface. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc