| GraphStageLogicFail Method |
Signals failure through the given port.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected void Fail(
Outlet outlet,
Exception reason
)
member Fail :
outlet : Outlet *
reason : Exception -> unit
Parameters
- outlet
- Type: Akka.StreamsOutlet
TBD - reason
- Type: SystemException
TBD
See Also