CloudErrorBody interface

An error response from the service.

Properties

code

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

details

A list of additional details about the error.

message

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

Property Details

code

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

code?: string

Property Value

string

details

A list of additional details about the error.

details?: CloudErrorBody[]

Property Value

message

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

message?: string

Property Value

string