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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET