Documentation
¶
Index ¶
- func IsCustomError(err error) bool
- func IsInternalError(err error) bool
- func IsInvalidArgumentError(err error) bool
- func IsKnownError(err error) (*merrors.Error, bool)
- func IsNotFoundError(err error) bool
- func IsPermissionDeniedError(err error) bool
- func IsPreconditionError(err error) bool
- func IsRPCError(err error) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsCustomError ¶
IsCustomError checks if an error is a framework Custom error.
func IsInternalError ¶
IsInternalError checks if an error is a framework Internal error.
func IsInvalidArgumentError ¶
IsInvalidArgumentError checks if an error is a framework InvalidArgument error.
func IsNotFoundError ¶
IsNotFoundError checks if an error is a framework NotFound error.
func IsPermissionDeniedError ¶
IsPermissionDeniedError checks if an error is a framework PermissionDenied error.
func IsPreconditionError ¶
IsPreconditionError checks if an error is a framework FailedPrecondition error.
func IsRPCError ¶
IsRPCError checks if an error is a framework RPC error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.