DeploymentJobErrorCode enum
- Inheritance
- Available extensions
Values
- resourceNotFound → const DeploymentJobErrorCode
- environmentSetupError → const DeploymentJobErrorCode
- etagMismatch → const DeploymentJobErrorCode
- failureThresholdBreached → const DeploymentJobErrorCode
- robotDeploymentAborted → const DeploymentJobErrorCode
- robotDeploymentNoResponse → const DeploymentJobErrorCode
- robotAgentConnectionTimeout → const DeploymentJobErrorCode
- greengrassDeploymentFailed → const DeploymentJobErrorCode
- invalidGreengrassGroup → const DeploymentJobErrorCode
- missingRobotArchitecture → const DeploymentJobErrorCode
- missingRobotApplicationArchitecture → const DeploymentJobErrorCode
- missingRobotDeploymentResource → const DeploymentJobErrorCode
- greengrassGroupVersionDoesNotExist → const DeploymentJobErrorCode
- lambdaDeleted → const DeploymentJobErrorCode
- extractingBundleFailure → const DeploymentJobErrorCode
- preLaunchFileFailure → const DeploymentJobErrorCode
- postLaunchFileFailure → const DeploymentJobErrorCode
- badPermissionError → const DeploymentJobErrorCode
- downloadConditionFailed → const DeploymentJobErrorCode
- internalServerError → const DeploymentJobErrorCode
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toValue(
) → String -
Available on DeploymentJobErrorCode, provided by the DeploymentJobErrorCodeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DeploymentJobErrorCode> - A constant List of the values in this enum, in order of their declaration.