errors

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrTodoNotFound        = errors.Wrap(errors.New("todo not found"), TodoModule, errors.Code("todo-not-found"), errors.Message("We could not find the Todo you requested."))
	ErrDescriptionRequired = errors.Wrap(errors.New("description is required"), TodoModule, errors.Code("description-required"), errors.Message("You must provide a description for a Todo."))
)
View Source
var (
	TodoModule = errors.Module("todos")
)

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