Table of Contents

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

SchemaRegistryErrorCode

Details

Additional details about the error, if available.

public SchemaRegistryErrorDetails? Details { get; set; }

Property Value

SchemaRegistryErrorDetails

InnerError

Inner error object for nested errors, if applicable.

public SchemaRegistryErrorDetails? InnerError { get; set; }

Property Value

SchemaRegistryErrorDetails

Message

Human-readable error message.

public string Message { get; set; }

Property Value

string

Target

Target of the error, if applicable (e.g., 'schemaType').

public SchemaRegistryErrorTarget? Target { get; set; }

Property Value

SchemaRegistryErrorTarget?