Package version:

Interface CloudErrorBody

An error response from the Storage service.

interface CloudErrorBody {
    code?: string;
    details?: CloudErrorBody[];
    message?: string;
    target?: string;
}

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.