| IContextFail Method |
Cancel upstreams and complete downstreams with failure.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax FreeDirective Fail(
Exception cause
)
abstract Fail :
cause : Exception -> FreeDirective
Parameters
- cause
- Type: SystemException
TBD
Return Value
Type:
FreeDirectiveTBD
See Also