Documentation ¶
Overview ¶
Package errors contains simple error variables.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNil indicates that a null pointer was encountered. This should never happen. ErrNil = errors.New("null pointer") // ErrInterrupted indicates that a sleep was interrupted. ErrInterrupted = errors.New("interrupted") // ErrConnectionNotReady indicated that the network connection to the gRPC server is not ready. ErrConnectionNotReady = errors.New("gRPC connection not ready") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.