Table of Contents

Class ManagementActionApplicationError

Namespace
Azure.Iot.Operations.Connector
Assembly
Azure.Iot.Operations.Connector.dll

Application-level error returned by the connector for a management action invocation. Set on ApplicationError when the action was executed but the outcome is a domain-level failure (vs. a transport error).

public record ManagementActionApplicationError : IEquatable<ManagementActionApplicationError>
Inheritance
ManagementActionApplicationError
Implements
Inherited Members

Properties

ErrorCode

Caller-facing error code (connector-defined).

public required string ErrorCode { get; set; }

Property Value

string

ErrorPayload

Human-readable payload describing the error. May be null.

public string? ErrorPayload { get; set; }

Property Value

string