BatchWriteExceptionType enum

Inheritance

Constructors

BatchWriteExceptionType()
const

Values

internalServiceException → const BatchWriteExceptionType
validationException → const BatchWriteExceptionType
invalidArnException → const BatchWriteExceptionType
linkNameAlreadyInUseException → const BatchWriteExceptionType
stillContainsLinksException → const BatchWriteExceptionType
facetValidationException → const BatchWriteExceptionType
objectNotDetachedException → const BatchWriteExceptionType
resourceNotFoundException → const BatchWriteExceptionType
accessDeniedException → const BatchWriteExceptionType
invalidAttachmentException → const BatchWriteExceptionType
notIndexException → const BatchWriteExceptionType
notNodeException → const BatchWriteExceptionType
indexedAttributeMissingException → const BatchWriteExceptionType
objectAlreadyDetachedException → const BatchWriteExceptionType
notPolicyException → const BatchWriteExceptionType
directoryNotEnabledException → const BatchWriteExceptionType
limitExceededException → const BatchWriteExceptionType
unsupportedIndexTypeException → const BatchWriteExceptionType

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