FleetErrorCode enum

Inheritance

Constructors

FleetErrorCode()
const

Values

iamServiceRoleMissingEniDescribeAction → const FleetErrorCode
iamServiceRoleMissingEniCreateAction → const FleetErrorCode
iamServiceRoleMissingEniDeleteAction → const FleetErrorCode
networkInterfaceLimitExceeded → const FleetErrorCode
internalServiceError → const FleetErrorCode
iamServiceRoleIsMissing → const FleetErrorCode
machineRoleIsMissing → const FleetErrorCode
stsDisabledInRegion → const FleetErrorCode
subnetHasInsufficientIpAddresses → const FleetErrorCode
iamServiceRoleMissingDescribeSubnetAction → const FleetErrorCode
subnetNotFound → const FleetErrorCode
imageNotFound → const FleetErrorCode
invalidSubnetConfiguration → const FleetErrorCode
securityGroupsNotFound → const FleetErrorCode
igwNotAttached → const FleetErrorCode
iamServiceRoleMissingDescribeSecurityGroupsAction → const FleetErrorCode
domainJoinErrorFileNotFound → const FleetErrorCode
domainJoinErrorAccessDenied → const FleetErrorCode
domainJoinErrorLogonFailure → const FleetErrorCode
domainJoinErrorInvalidParameter → const FleetErrorCode
domainJoinErrorMoreData → const FleetErrorCode
domainJoinErrorNoSuchDomain → const FleetErrorCode
domainJoinErrorNotSupported → const FleetErrorCode
domainJoinNerrInvalidWorkgroupName → const FleetErrorCode
domainJoinNerrWorkstationNotStarted → const FleetErrorCode
domainJoinErrorDsMachineAccountQuotaExceeded → const FleetErrorCode
domainJoinNerrPasswordExpired → const FleetErrorCode
domainJoinInternalServiceError → const FleetErrorCode

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