Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotImplemented = errors.New("not implemented") ErrRPC = errors.New("rpc") ErrAlreadyExists = errors.New("already exists") ErrNotFound = errors.New("not found") ErrInvalidArgument = errors.New("invalid argument") ErrConflict = errors.New("conflict") ErrUnauthenticated = errors.New("unauthenticated") ErrUnknown = errors.New("unknown") )
Functions ¶
func IgnoreNotFoundErr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.