class |
AbortedException |
Exception thrown when the operation was aborted, typically due to a concurrency issue like
sequencer check failures, transaction aborts, etc.
|
class |
AlreadyExistsException |
Exception thrown when some entity that we attempted to create (e.g., file or directory) already
exists.
|
class |
CancelledException |
The exception thrown when the operation was cancelled (typically by the caller).
|
class |
DataLossException |
Exception thrown due to unrecoverable data loss or corruption.
|
class |
DeadlineExceededException |
Exception thrown when deadline expired before operation could complete.
|
class |
FailedPreconditionException |
Exception thrown when the operation was rejected because the system is not in a state required
for the operation's execution.
|
class |
InternalException |
Exception thrown due to internal errors.
|
class |
InvalidArgumentException |
Exception thrown when client specified an invalid argument.
|
class |
NotFoundException |
Exception thrown when some requested entity (e.g., file or directory) was not found.
|
class |
OutOfRangeException |
Exception thrown when the operation was attempted past the valid range.
|
class |
PermissionDeniedException |
Exception thrown when the caller does not have permission to execute the specified operation.
|
class |
ResourceExhaustedException |
Exception thrown when some resource has been exhausted, perhaps a per-user quota, or perhaps the
entire file system is out of space.
|
class |
UnauthenticatedException |
Exception thrown when the request does not have valid authentication credentials for the
operation.
|
class |
UnavailableException |
Exception thrown when the service is currently unavailable.
|
class |
UnimplementedException |
Exception thrown when the operation is not implemented or not supported/enabled in this service.
|
class |
UnknownException |
Exception thrown due to an unknown error.
|
class |
WatchdogTimeoutException |
The marker exception thrown when a timeout is exceeded.
|