DeploymentJobErrorCode enum

Inheritance

Constructors

DeploymentJobErrorCode()
const

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
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

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.