Package version:

Interface CloudErrorBody

An error response from the DevCenter service.

Hierarchy

  • CloudErrorBody

Properties

code: string

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

details?: CloudErrorBody[]

A list of additional details about the error.

message: string

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

target?: string

The target of the particular error. For example, the name of the property in error.

Generated using TypeDoc