Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CloudErrorBody

Package version

Describes a particular API error with an error code and a message.

Hierarchy

  • CloudErrorBody

Index

Properties

Properties

Optional code

code: undefined | string

An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases.

Optional details

details: CloudErrorBody[]

Contains nested errors that are related to this error.

Optional message

message: undefined | string

A message that describes the error in detail and provides debugging information.

Optional target

target: undefined | string

The target of the particular error (for example, the name of the property in error).

Generated using TypeDoc