# README
Errors
Error types
Usage
Quick usage
import "github.com/gflydev/core/errors"
panic(errors.ItemNotFound)
# Functions
New returns an error message and arguments.
# Constants
No description provided by the author
Common error case about invalid parameter.
No description provided by the author
No description provided by the author
Common error case item not found.
No description provided by the author
Special error type.
No description provided by the author
No description provided by the author
Authentication - Who are you?.
Authorization -Are you allow to do that?.
# Structs
FileNotFound is used when a requested file is not found in the system.
# Type aliases
Error type.