errors

package
v1.16.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package errors defines common client errors.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrEmptyInput returned in case when user input is empty.
	ErrEmptyInput = errors.New("should not be empty")
	// ErrUserNotFound returned in case when user not found.
	ErrUserNotFound = errors.New("user not found")
	// ErrUnsupportedMediaType returned in case when media type is out of valid boundaries.
	ErrUnsupportedMediaType = errors.New("unsupported media type")
)

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