Documentation
¶
Index ¶
- func Aborted(format string, a ...interface{}) error
- func AlreadyExists(format string, a ...interface{}) error
- func BadRequest(format string, a ...interface{}) error
- func DeadlineExceeded(format string, a ...interface{}) error
- func Internal(format string, a ...interface{}) error
- func NotFound(format string, a ...interface{}) error
- func OutOfRange(format string, a ...interface{}) error
- func PermissionDenied(format string, a ...interface{}) error
- func Unimplemented(format string, a ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Aborted ¶
Aborted indicates the operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.
func AlreadyExists ¶
AlreadyExists means an attempt to create an entity failed because one already exists.
func BadRequest ¶
BadRequest indicates client specified an invalid argument.
func DeadlineExceeded ¶
DeadlineExceeded means operation expired before completion. For operations that change the state of the system, this error may be returned even if the operation has completed successfully. For example, a successful response from a server could have been delayed long enough for the deadline to expire.
func Internal ¶
Internal errors. Means some invariants expected by underlying system has been broken. If you see one of these errors, something is very broken.
func OutOfRange ¶
OutOfRange means operation was attempted past the valid range. E.g., seeking or reading past end of file.
func PermissionDenied ¶
PermissionDenied indicates the caller does not have permission to execute the specified operation.
func Unimplemented ¶
Unimplemented indicates operation is not implemented or not supported/enabled in this service.
Types ¶
This section is empty.