@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:29.062Z")
public class Errors
extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.stepfunctions.*; Errors errors = new Errors();
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALL
Matches any Error.
|
static java.lang.String |
BRANCH_FAILED
A branch of a Parallel state failed.
|
static java.lang.String |
HEARTBEAT_TIMEOUT
A Task State failed to heartbeat for a time longer than the “HeartbeatSeconds” value.
|
static java.lang.String |
NO_CHOICE_MATCHED
A Choice state failed to find a match for the condition field extracted from its input.
|
static java.lang.String |
PARAMETER_PATH_FAILURE
Within a state’s “Parameters” field, the attempt to replace a field whose name ends in “.$” using a Path failed.
|
static java.lang.String |
PERMISSIONS
A Task State failed because it had insufficient privileges to execute the specified code.
|
static java.lang.String |
RESULT_PATH_MATCH_FAILURE
A Task State’s “ResultPath” field cannot be applied to the input the state received.
|
static java.lang.String |
TASKS_FAILED
A Task State failed during the execution.
|
static java.lang.String |
TIMEOUT
A Task State either ran longer than the “TimeoutSeconds” value, or failed to heartbeat for a time longer than the “HeartbeatSeconds” value.
|
public static final java.lang.String ALL
public static final java.lang.String BRANCH_FAILED
public static final java.lang.String HEARTBEAT_TIMEOUT
public static final java.lang.String NO_CHOICE_MATCHED
public static final java.lang.String PARAMETER_PATH_FAILURE
public static final java.lang.String PERMISSIONS
public static final java.lang.String RESULT_PATH_MATCH_FAILURE
public static final java.lang.String TASKS_FAILED
public static final java.lang.String TIMEOUT