@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.382Z") @Stability(value=Stable) 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 String |
ALL
Matches any Error.
|
static String |
BRANCH_FAILED
A branch of a Parallel state failed.
|
static String |
HEARTBEAT_TIMEOUT
A Task State failed to heartbeat for a time longer than the “HeartbeatSeconds” value.
|
static String |
NO_CHOICE_MATCHED
A Choice state failed to find a match for the condition field extracted from its input.
|
static 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 String |
PERMISSIONS
A Task State failed because it had insufficient privileges to execute the specified code.
|
static String |
RESULT_PATH_MATCH_FAILURE
A Task State’s “ResultPath” field cannot be applied to the input the state received.
|
static String |
TASKS_FAILED
A Task State failed during the execution.
|
static String |
TIMEOUT
A Task State either ran longer than the “TimeoutSeconds” value, or failed to heartbeat for a time longer than the “HeartbeatSeconds” value.
|
| Modifier | Constructor and Description |
|---|---|
|
Errors() |
protected |
Errors(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Errors(software.amazon.jsii.JsiiObjectRef objRef) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String ALL
@Stability(value=Stable) public static final String BRANCH_FAILED
@Stability(value=Stable) public static final String HEARTBEAT_TIMEOUT
@Stability(value=Stable) public static final String NO_CHOICE_MATCHED
@Stability(value=Stable) public static final String PARAMETER_PATH_FAILURE
@Stability(value=Stable) public static final String PERMISSIONS
@Stability(value=Stable) public static final String RESULT_PATH_MATCH_FAILURE
@Stability(value=Stable) public static final String TASKS_FAILED
@Stability(value=Stable) public static final String TIMEOUT
Copyright © 2022. All rights reserved.