Table of Contents

Class StatusError

Namespace
Azure.Iot.Operations.Services.Assets
Assembly
Azure.Iot.Operations.Services.dll
public record StatusError : IEquatable<StatusError>
Inheritance
StatusError
Implements
Inherited Members

Properties

Code

Error code for classification of errors (ex: 400, 404, 500, etc.).

public int? Code { get; set; }

Property Value

int?

Message

Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).

public string? Message { get; set; }

Property Value

string