IngestionErrorType enum
- Inheritance
- Available extensions
Values
- failureToAssumeRole → const IngestionErrorType
- ingestionSuperseded → const IngestionErrorType
- ingestionCanceled → const IngestionErrorType
- dataSetDeleted → const IngestionErrorType
- dataSetNotSpice → const IngestionErrorType
- s3UploadedFileDeleted → const IngestionErrorType
- s3ManifestError → const IngestionErrorType
- dataToleranceException → const IngestionErrorType
- spiceTableNotFound → const IngestionErrorType
- dataSetSizeLimitExceeded → const IngestionErrorType
- rowSizeLimitExceeded → const IngestionErrorType
- accountCapacityLimitExceeded → const IngestionErrorType
- customerError → const IngestionErrorType
- dataSourceNotFound → const IngestionErrorType
- iamRoleNotAvailable → const IngestionErrorType
- connectionFailure → const IngestionErrorType
- sqlTableNotFound → const IngestionErrorType
- permissionDenied → const IngestionErrorType
- sslCertificateValidationFailure → const IngestionErrorType
- oauthTokenFailure → const IngestionErrorType
- sourceApiLimitExceededFailure → const IngestionErrorType
- passwordAuthenticationFailure → const IngestionErrorType
- sqlSchemaMismatchError → const IngestionErrorType
- invalidDateFormat → const IngestionErrorType
- invalidDataprepSyntax → const IngestionErrorType
- sourceResourceLimitExceeded → const IngestionErrorType
- sqlInvalidParameterValue → const IngestionErrorType
- queryTimeout → const IngestionErrorType
- sqlNumericOverflow → const IngestionErrorType
- unresolvableHost → const IngestionErrorType
- unroutableHost → const IngestionErrorType
- sqlException → const IngestionErrorType
- s3FileInaccessible → const IngestionErrorType
- iotFileNotFound → const IngestionErrorType
- iotDataSetFileEmpty → const IngestionErrorType
- invalidDataSourceConfig → const IngestionErrorType
- dataSourceAuthFailed → const IngestionErrorType
- dataSourceConnectionFailed → const IngestionErrorType
- failureToProcessJsonFile → const IngestionErrorType
- internalServiceError → const IngestionErrorType
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 IngestionErrorType, provided by the IngestionErrorTypeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
IngestionErrorType> - A constant List of the values in this enum, in order of their declaration.