Skip to content

Abblix.SecurityEvents.Delivery.DeliveryError

DeliveryError.ParameterNames Class

The wire names of the error members (RFC 8935 Section 2.3).

C#
public static class DeliveryError.ParameterNames

Inheritance System.Object → ParameterNames

Fields

DeliveryError.ParameterNames.Description Field

The human-readable description member.

C#
public const string Description = "description";

Field Value

System.String

DeliveryError.ParameterNames.Error Field

The Security Event Token Error Code member.

C#
public const string Error = "err";

Field Value

System.String