Class ServiceError
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
Unified error object for Edge Registry operations. Normalizes EdgeRegistryError, SchemaExtensionError, and ThingDescriptionExtensionError.
public class ServiceError
- Inheritance
-
ServiceError
- Inherited Members
Properties
Code
HTTP-style response code.
public ulong Code { get; set; }
Property Value
Detail
Detailed error description.
public string? Detail { get; set; }
Property Value
Instance
The XID of the entity that caused the error.
public string Instance { get; set; }
Property Value
Status
HTTP-style response status text.
public string Status { get; set; }
Property Value
Title
Short human-readable error title.
public string Title { get; set; }
Property Value
TypeUri
URI identifying the error type.
public string TypeUri { get; set; }