#### [Abblix\.SecurityEvents](https://www.abblix.com/en/docs/api/abblix-securityevents 'index')
### [Abblix\.SecurityEvents\.Delivery](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Delivery 'Abblix\.SecurityEvents\.Delivery').[DeliveryError](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Delivery.DeliveryError 'Abblix\.SecurityEvents\.Delivery\.DeliveryError')

## DeliveryError\.ParameterNames Class

The wire names of the error members \(RFC 8935 Section 2\.3\)\.

```csharp
public static class DeliveryError.ParameterNames
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → ParameterNames
### Fields

## DeliveryError\.ParameterNames\.Description Field {#Abblix.SecurityEvents.Delivery.DeliveryError.ParameterNames.Description}

The human\-readable description member\.

```csharp
public const string Description = "description";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## DeliveryError\.ParameterNames\.Error Field {#Abblix.SecurityEvents.Delivery.DeliveryError.ParameterNames.Error}

The Security Event Token Error Code member\.

```csharp
public const string Error = "err";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
