package
1.0.2
Repository: https://github.com/ravior/gserver.git
Documentation: pkg.go.dev

# Functions

Code returns the error code of current error.
New creates and returns an errors which is formatted from given text.
NewCode creates and returns an errors that has errors code and given text.
NewCodef returns an errors that has errors code and formats as the given format and args.
Newf returns an errors that formats as the given format and args.
WrapCode wraps error with code and text.

# Structs

Error is custom errors for additional features.