CloudErrorBody interface

The body of an error message

Properties

code

The error code

details

Extra error information

message

A description of what caused the error

target

The target resource of the error message

Property Details

code

The error code

code?: string

Property Value

string

details

Extra error information

details?: CloudErrorBody[]

Property Value

message

A description of what caused the error

message?: string

Property Value

string

target

The target resource of the error message

target?: string

Property Value

string