Table of Contents

Class ConfigErrorDetails

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public record ConfigErrorDetails : IEquatable<ConfigErrorDetails>
Inheritance
ConfigErrorDetails
Implements
Inherited Members

Properties

Code

public string? Code { get; set; }

Property Value

string

CorrelationId

public string? CorrelationId { get; set; }

Property Value

string

Info

public string? Info { get; set; }

Property Value

string

Message

public string? Message { get; set; }

Property Value

string