Class SchemaRegistryError
- Namespace
- Azure.Iot.Operations.Services.SchemaRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
Error object for schema operations
public class SchemaRegistryError
- Inheritance
-
SchemaRegistryError
- Inherited Members
Properties
Code
Error code for classification of errors (ex: '400', '404', '500', etc.).
public SchemaRegistryErrorCode Code { get; set; }
Property Value
Details
Additional details about the error, if available.
public SchemaRegistryErrorDetails? Details { get; set; }
Property Value
InnerError
Inner error object for nested errors, if applicable.
public SchemaRegistryErrorDetails? InnerError { get; set; }
Property Value
Message
Human-readable error message.
public string Message { get; set; }
Property Value
Target
Target of the error, if applicable (e.g., 'schemaType').
public SchemaRegistryErrorTarget? Target { get; set; }