#### [Abblix\.SharedSignals](https://www.abblix.com/en/docs/api/abblix-sharedsignals 'index')
### [Abblix\.SharedSignals](https://www.abblix.com/en/docs/api/abblix-sharedsignals/Abblix.SharedSignals 'Abblix\.SharedSignals').[LogEvents](https://www.abblix.com/en/docs/api/abblix-sharedsignals/Abblix.SharedSignals.LogEvents 'Abblix\.SharedSignals\.LogEvents')

## LogEvents\.Transmitter Class

The transmitter role: 2000\-2099\.

```csharp
public static class LogEvents.Transmitter
```

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

## LogEvents\.Transmitter\.NoJwksUriAdvertised Field {#Abblix.SharedSignals.LogEvents.Transmitter.NoJwksUriAdvertised}

The configuration document publishes no jwks\_uri, so no receiver can verify an event\.

```csharp
public const int NoJwksUriAdvertised = 2009;
```

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

## LogEvents\.Transmitter\.NoSubjectsIncludedByDefault Field {#Abblix.SharedSignals.LogEvents.Transmitter.NoSubjectsIncludedByDefault}

A new stream covers no subject, while a conformant receiver adds none\.

```csharp
public const int NoSubjectsIncludedByDefault = 2012;
```

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

## LogEvents\.Transmitter\.OAuthSchemeNotAdvertised Field {#Abblix.SharedSignals.LogEvents.Transmitter.OAuthSchemeNotAdvertised}

The advertised authorization schemes omit OAuth 2\.0, which the CAEP profile requires\.

```csharp
public const int OAuthSchemeNotAdvertised = 2010;
```

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

## LogEvents\.Transmitter\.PushPassCutOff Field {#Abblix.SharedSignals.LogEvents.Transmitter.PushPassCutOff}

A delivery pass outlived its claim and was cut off at the deadline\.

```csharp
public const int PushPassCutOff = 2006;
```

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

## LogEvents\.Transmitter\.PushStreamClaimedElsewhere Field {#Abblix.SharedSignals.LogEvents.Transmitter.PushStreamClaimedElsewhere}

Another instance holds this stream's delivery claim, so this one passed it by\.

```csharp
public const int PushStreamClaimedElsewhere = 2005;
```

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

## LogEvents\.Transmitter\.PushStreamFailed Field {#Abblix.SharedSignals.LogEvents.Transmitter.PushStreamFailed}

One stream's delivery failed; the sweep carried on with the rest\.

```csharp
public const int PushStreamFailed = 2002;
```

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

## LogEvents\.Transmitter\.PushSweepFailed Field {#Abblix.SharedSignals.LogEvents.Transmitter.PushSweepFailed}

A delivery sweep failed as a whole, and will be attempted again\.

```csharp
public const int PushSweepFailed = 2001;
```

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

## LogEvents\.Transmitter\.PushSweepingStarted Field {#Abblix.SharedSignals.LogEvents.Transmitter.PushSweepingStarted}

This instance began sweeping push streams, and by what it claims them\.

```csharp
public const int PushSweepingStarted = 2004;
```

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

## LogEvents\.Transmitter\.ReceiverObjected Field {#Abblix.SharedSignals.LogEvents.Transmitter.ReceiverObjected}

The receiver objected to this transmitter rather than to the SET, so the queue is held\.

```csharp
public const int ReceiverObjected = 2008;
```

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

## LogEvents\.Transmitter\.ScopeCheckingDisabled Field {#Abblix.SharedSignals.LogEvents.Transmitter.ScopeCheckingDisabled}

No scope is checked on the management API, which the CAEP profile requires\.

```csharp
public const int ScopeCheckingDisabled = 2011;
```

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

## LogEvents\.Transmitter\.SetsRefusedByReceiver Field {#Abblix.SharedSignals.LogEvents.Transmitter.SetsRefusedByReceiver}

The receiver refused SETs on one pass, and said why\.

```csharp
public const int SetsRefusedByReceiver = 2007;
```

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

## LogEvents\.Transmitter\.StreamNotReached Field {#Abblix.SharedSignals.LogEvents.Transmitter.StreamNotReached}

An event could not be queued for one stream; the fan\-out reached the others\.

```csharp
public const int StreamNotReached = 2003;
```

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