| Modifier and Type | Class and Description |
|---|---|
class |
FunctionInvokeFailedException
Exception thrown when a function call failed within the fn platform - the function may or may not have been invoked and
that invocation may or may not have completed.
|
class |
FunctionTimeoutException
Exception thrown when a function execution exceeds its configured timeout.
|
class |
InvalidStageResponseException
Exception thrown when a completion stage responds with an incompatible datum type for its corresponding completion
graph stage.
|
class |
LambdaSerializationException
Exception thrown when a lambda or any referenced objects fail to be serialized.
|
class |
PlatformException
Exception thrown when the completion facility fails to operate on a completion graph
|
class |
ResultSerializationException
Exception thrown when a result returned by a completion stage fails to be serialized.
|
class |
StageInvokeFailedException
Exception thrown when a a completion stage invocation failed within Fn - the stage may or may not have been invoked
and that invocation may or may not have completed.
|
class |
StageLostException
Exception thrown when a stage failed after an internal error in the flow server, the stage may or may not have been
invoked and that invocation may or may not have completed.
|
class |
StageTimeoutException
Exception thrown when a completion stage function execution exceeds it configured timeout -
the stage may or may not have completed normally.
|
Copyright © 2021. All rights reserved.