CloudErrorBody interface

An error response from the ManagedServiceIdentity service.

Properties

code

An identifier for the error.

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.

target

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

Property Details

code

An identifier for the error.

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

target

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

target?: string

Property Value

string