Package version:

Interface CloudError

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

Hierarchy

  • CloudError

Properties

code: string

Error code.

details?: CloudError[]

Array with additional error details.

message: string

Error message.

target?: string

Property name/path in request associated with error.

Generated using TypeDoc