Exception | Description |
---|---|
AbortedException |
Exception indicating that the operation was aborted, typically due to a concurrency issue like
sequencer check failures, transaction aborts, etc.
|
AlluxioStatusException |
An exception thrown by Alluxio.
|
AlreadyExistsException |
Exception indicating that an attempt to create an entity failed because one already exists.
|
CancelledException |
Exception indicating that an operation was cancelled (typically by the caller).
|
DataLossException |
Exception indicating unrecoverable data loss or corruption.
|
DeadlineExceededException |
Exception indicating that an operation was cancelled (typically by the caller).
|
FailedPreconditionException |
Exception indicating that operation was rejected because the system is not in a state required
for the operation's execution.
|
InternalException |
Exception representing an internal error.
|
InvalidArgumentException |
Exception indicating that a client specified an invalid argument.
|
NotFoundException |
Exception indicating that some requested entity (e.g., file or directory) was not found.
|
OutOfRangeException |
Exception indicating that and operation was attempted past the valid range.
|
PermissionDeniedException |
Exception indicating that the caller does not have permission to execute the specified operation.
|
ResourceExhaustedException |
Exception indicating that some resource has been exhausted, perhaps a per-user quota, or perhaps
the entire file system is out of space.
|
UnauthenticatedException |
Exception indicating that the request does not have valid authentication credentials for the
operation.
|
UnavailableException |
Exception indicating that the service is currently unavailable.
|
UnimplementedException |
Exception indicating that an operation is not implemented or not supported/enabled in this
service.
|
UnknownException |
Exception representing an unknown error.
|
Copyright © 2023. All Rights Reserved.