CloudError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The object that defines the structure of an Azure Synapse error response.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CloudError+CloudErrorConverter))]
public class CloudError
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CloudError+CloudErrorConverter))>]
type CloudError = class
Public Class CloudError
- Inheritance
-
CloudError
- Attributes
Properties
Code |
Error code. |
Details |
Array with additional error details. |
Message |
Error message. |
Target |
Property name/path in request associated with error. |