Abblix.SecurityEvents.Delivery.DeliveryError
DeliveryError.ParameterNames Class
The wire names of the error members (RFC 8935 Section 2.3).
public static class DeliveryError.ParameterNamesInheritance System.Object → ParameterNames
Fields
DeliveryError.ParameterNames.Description Field
The human-readable description member.
public const string Description = "description";Field Value
DeliveryError.ParameterNames.Error Field
The Security Event Token Error Code member.
public const string Error = "err";