errors

package
v0.43.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2023 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL