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 IsAbortedError(err error) bool
- func IsAlreadyExistsError(err error) bool
- func IsCanceledError(err error) bool
- func IsDataLossError(err error) bool
- func IsDeadlineExceededError(err error) bool
- func IsFailedPreconditionError(err error) bool
- func IsInternalError(err error) bool
- func IsInvalidArgumentError(err error) bool
- func IsNotFoundError(err error) bool
- func IsOutOfRangeError(err error) bool
- func IsPermissionDeniedError(err error) bool
- func IsResourceExhaustedError(err error) bool
- func IsUnauthenticatedError(err error) bool
- func IsUnavailableError(err error) bool
- func IsUnimplementedError(err error) bool
- func IsUnknownError(err error) bool
- func Message(err error) string
- 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
- func WrapError(err error, msg string) error
- func WrapErrorf(err error, format string, a ...interface{}) error
- type StackTrace
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 IsAbortedError ¶
func IsAlreadyExistsError ¶
func IsCanceledError ¶
func IsDataLossError ¶
func IsDeadlineExceededError ¶
func IsInternalError ¶
func IsInvalidArgumentError ¶
func IsNotFoundError ¶
func IsOutOfRangeError ¶
func IsPermissionDeniedError ¶
func IsUnauthenticatedError ¶
func IsUnavailableError ¶
func IsUnimplementedError ¶
func IsUnknownError ¶
func Message ¶
Message extracts the error message from a given error, which for gRPC errors is just the "desc" part of the error.
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 ¶
func WrapErrorf ¶
Wrapf is the "Printf" version of `Wrap`.
Types ¶
type StackTrace ¶
type StackTrace = errors.StackTrace
Click to show internal directories.
Click to hide internal directories.