ErrorCode enum

Inheritance

Constructors

ErrorCode()
const

Values

agentIssue → const ErrorCode
alarmActive → const ErrorCode
applicationMissing → const ErrorCode
autoscalingValidationError → const ErrorCode
autoScalingConfiguration → const ErrorCode
autoScalingIamRolePermissions → const ErrorCode
codedeployResourceCannotBeFound → const ErrorCode
customerApplicationUnhealthy → const ErrorCode
deploymentGroupMissing → const ErrorCode
ecsUpdateError → const ErrorCode
elasticLoadBalancingInvalid → const ErrorCode
elbInvalidInstance → const ErrorCode
healthConstraints → const ErrorCode
healthConstraintsInvalid → const ErrorCode
hookExecutionFailure → const ErrorCode
iamRoleMissing → const ErrorCode
iamRolePermissions → const ErrorCode
internalError → const ErrorCode
invalidEcsService → const ErrorCode
invalidLambdaConfiguration → const ErrorCode
invalidLambdaFunction → const ErrorCode
invalidRevision → const ErrorCode
manualStop → const ErrorCode
missingBlueGreenDeploymentConfiguration → const ErrorCode
missingElbInformation → const ErrorCode
missingGithubToken → const ErrorCode
noEc2Subscription → const ErrorCode
noInstances → const ErrorCode
overMaxInstances → const ErrorCode
resourceLimitExceeded → const ErrorCode
revisionMissing → const ErrorCode
throttled → const ErrorCode
timeout → const ErrorCode
cloudformationStackFailure → const ErrorCode

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<ErrorCode>
A constant List of the values in this enum, in order of their declaration.