Struct FanIn.OnError
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public readonly struct OnError : INoSerializationVerificationNeeded, IDeadLetterSuppression
Constructors
| Improve this Doc View SourceOnError(Int32, Exception)
TBD
Declaration
public OnError(int id, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Int32 | id | TBD |
Exception | cause | TBD |
Fields
| Improve this Doc View SourceCause
TBD
Declaration
public readonly Exception Cause
Field Value
Type | Description |
---|---|
Exception |
Id
TBD
Declaration
public readonly int Id
Field Value
Type | Description |
---|---|
Int32 |