public final class ErrorCodes extends Object
Retrier
s or Catcher
s.Modifier and Type | Field and Description |
---|---|
static String |
ALL
A wild-card which matches any Error Name.
|
static String |
BRANCH_FAILED
A branch of a Parallel state failed.
|
static String |
NO_CHOICE_MATCHED
A Choice state failed to find a match for the condition field extracted from its input.
|
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 |
TASK_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.
|
public static final String ALL
public static final String TIMEOUT
public static final String TASK_FAILED
public static final String PERMISSIONS
public static final String RESULT_PATH_MATCH_FAILURE
public static final String BRANCH_FAILED
public static final String NO_CHOICE_MATCHED
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.