Freigeben über


CloudError interface

The object that defines the structure of an Azure Data Factory error response.

Properties

code

Error code.

details

Array with additional error details.

message

Error message.

target

Property name/path in request associated with error.

Property Details

code

Error code.

code: string

Property Value

string

details

Array with additional error details.

details?: CloudError[]

Property Value

message

Error message.

message: string

Property Value

string

target

Property name/path in request associated with error.

target?: string

Property Value

string