Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFailed = errors.New("failed") ErrCanceled = errors.New("canceled") ErrUnknown = errors.New("unknown") ErrInvalidArgument = errors.New("invalidArgument") ErrInternal = errors.New("internal") ErrNotFound = errors.New("notFound") ErrAlreadyExists = errors.New("alreadyExists") ErrPermissionDenied = errors.New("permissionDenied") ErrAborted = errors.New("aborted") ErrOutOfRange = errors.New("outOfRange") ErrUnimplemented = errors.New("unimplemented") ErrUnauthenticated = errors.New("unauthenticated") ErrResourceExhausted = errors.New("resourceExhausted") ErrReject = errors.New("reject") ErrCrash = errors.New("crash") ErrOverflow = errors.New("overflow") ErrBadFormat = errors.New("badFormat") ErrTimeout = errors.New("timeout") ErrExiting = errors.New("exiting") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.