Documentation ¶
Index ¶
- func AbortedError(msg string) error
- func AbortedErrorf(format string, a ...interface{}) error
- func AlreadyExistsError(msg string) error
- func AlreadyExistsErrorf(format string, a ...interface{}) error
- func CanceledError(msg string) error
- func CanceledErrorf(format string, a ...interface{}) error
- func DataLossError(msg string) error
- func DataLossErrorf(format string, a ...interface{}) error
- func DeadlineExceededError(msg string) error
- func DeadlineExceededErrorf(format string, a ...interface{}) error
- func FailedPreconditionError(msg string) error
- func FailedPreconditionErrorf(format string, a ...interface{}) error
- func InternalError(msg string) error
- func InternalErrorf(format string, a ...interface{}) error
- func InvalidArgumentError(msg string) error
- func InvalidArgumentErrorf(format string, a ...interface{}) error
- func NotFoundError(msg string) error
- func NotFoundErrorf(format string, a ...interface{}) error
- func OK() error
- func OutOfRangeError(msg string) error
- func OutOfRangeErrorf(format string, a ...interface{}) error
- func PermissionDeniedError(msg string) error
- func PermissionDeniedErrorf(format string, a ...interface{}) error
- func ResourceExhaustedError(msg string) error
- func ResourceExhaustedErrorf(format string, a ...interface{}) error
- func UnauthenticatedError(msg string) error
- func UnauthenticatedErrorf(format string, a ...interface{}) error
- func UnavailableError(msg string) error
- func UnavailableErrorf(format string, a ...interface{}) error
- func UnimplementedError(msg string) error
- func UnimplementedErrorf(format string, a ...interface{}) error
- func UnknownError(msg string) error
- func UnknownErrorf(format string, a ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AbortedError ¶
func AbortedErrorf ¶
func AlreadyExistsError ¶
func AlreadyExistsErrorf ¶
func CanceledError ¶
func CanceledErrorf ¶
func DataLossError ¶
func DataLossErrorf ¶
func DeadlineExceededError ¶
func DeadlineExceededErrorf ¶
func FailedPreconditionError ¶
func InternalError ¶
func InternalErrorf ¶
func InvalidArgumentError ¶
func InvalidArgumentErrorf ¶
func NotFoundError ¶
func NotFoundErrorf ¶
func OutOfRangeError ¶
func OutOfRangeErrorf ¶
func PermissionDeniedError ¶
func PermissionDeniedErrorf ¶
func ResourceExhaustedError ¶
func ResourceExhaustedErrorf ¶
func UnauthenticatedError ¶
func UnauthenticatedErrorf ¶
func UnavailableError ¶
func UnavailableErrorf ¶
func UnimplementedError ¶
func UnimplementedErrorf ¶
func UnknownError ¶
func UnknownErrorf ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.