public final class ErrorCodes extends Object
Retriers or Catchers.| Modifier and Type | Field and Description | 
|---|---|
| static String | ALLA wild-card which matches any Error Name. | 
| static String | BRANCH_FAILEDA branch of a Parallel state failed. | 
| static String | NO_CHOICE_MATCHEDA Choice state failed to find a match for the condition field extracted from its input. | 
| static String | PERMISSIONSA Task State failed because it had insufficient privileges to execute the specified code. | 
| static String | RESULT_PATH_MATCH_FAILUREA Task State’s “ResultPath” field cannot be applied to the input the state received. | 
| static String | TASK_FAILEDA Task State failed during the execution. | 
| static String | TIMEOUTA 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 © 2025. All rights reserved.