//
pkg.gl
Category
github.com/intel/rmd
internal
error
package
0.3.1
Repository:
https://github.com/intel/rmd.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
50 SLOC
#
Functions
AppErrorf
AppErrorf create AppError from formate.
NewAppError
NewAppError create new AppError.
#
Constants
BadRequest
possible error codes for AppError implementation.
InternalServer
possible error codes for AppError implementation.
Invalid
possible error codes for AppError implementation.
NotFound
possible error codes for AppError implementation.
#
Structs
AppError
AppError is struct of application error The Code should be a const in https://golang.org/pkg/net/http/.