Class DetailsSchemaElementSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class DetailsSchemaElementSchema
- Inheritance
-
DetailsSchemaElementSchema
- Inherited Members
Properties
Code
Multi-part error code for classification and root causing of errors (ex: 400.200.100.432).
[JsonPropertyName("code")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Code { get; set; }
Property Value
CorrelationId
Unique identifier for the transaction to aid in debugging.
[JsonPropertyName("correlationId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? CorrelationId { get; set; }
Property Value
Info
Human readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”).
[JsonPropertyName("info")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Info { get; set; }
Property Value
Message
Human readable helpful error message to provide additional context for error (ex: “Authentication method not supported”).
[JsonPropertyName("message")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Message { get; set; }