errors

package
v0.0.0-...-5a6e959 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package errors provides pre-formatted errors that are used throughout the module

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrUnimplemented indicates the functionality requested is not yet implemented
	ErrUnimplemented = fmt.Errorf("unimplemented")

	// ErrMissing indicates a requested resource is not present
	ErrMissing = fmt.Errorf("missing")

	// ErrExists indicates that a resource requested for creation already exists
	ErrExists = fmt.Errorf("exists")
)

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