errors

package
v0.0.0-...-c8194c3 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AlreadyExistsError = Error{
	Msg: "item already exists",
}
View Source
var BadRequestError = Error{
	Msg: "bad request",
}
View Source
var NotFoundError = Error{
	Msg: "not found",
}
View Source
var UnauthorizedError = Error{
	Msg: "unauthorized",
}

Functions

This section is empty.

Types

type Error

type Error struct {
	Msg string
}

swagger:model Error

Jump to

Keyboard shortcuts

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