errors

package
v0.0.0-...-9859e96 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ErrFileNotFound is returned when a file is not found
	ErrFileNotFound = "file not found"
	// ErrFileNotCSV is returned when a file is not a CSV file
	ErrFileNotCSV = "file is not a CSV file"
	// ErrFileNotJSON is returned when a file is not a JSON file
	ErrFileNotJSON = "file is not a JSON file"
	// ErrFileNotYAML is returned when a file is not a YAML file
	ErrFileNotYAML = "file is not a YAML file"
	// Transactions not found
	ErrTransactionsNotFound = "no transactions found"
	// User not found
	ErrUserNotFound = "user not found"
	// User ID not valid
	ErrUserIdNotValid = "user ID not valid"
)

Variables

This section is empty.

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