ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
orchestrate
/
com.pingidentity.orchestrate
/
ErrorNode
Error
Node
data
class
ErrorNode
(
val
context
:
FlowContext
,
val
input
:
JsonObject
=
buildJsonObject { }
,
val
message
:
String
)
:
Node
Represents a failure node in the workflow.
Members
Constructors
Error
Node
Link copied to clipboard
constructor
(
context
:
FlowContext
,
input
:
JsonObject
=
buildJsonObject { }
,
message
:
String
)
Properties
context
Link copied to clipboard
val
context
:
FlowContext
input
Link copied to clipboard
val
input
:
JsonObject
The input JSON object.
message
Link copied to clipboard
val
message
:
String
The failure message.