Table of Contents

Class SchemaRegistryErrorDetails

Namespace
Azure.Iot.Operations.Services.SchemaRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll

Additional details about an error

public class SchemaRegistryErrorDetails
Inheritance
SchemaRegistryErrorDetails
Inherited Members

Properties

Code

Multi-part error code for classification and root causing of errors (e.g., '400.200').

public string? Code { get; set; }

Property Value

string

CorrelationId

Correlation ID for tracing the error across systems.

public string? CorrelationId { get; set; }

Property Value

string

Message

Human-readable helpful error message to provide additional context for the error

public string? Message { get; set; }

Property Value

string