package
1.0.4
Repository: https://github.com/segmentfault/pacman.git
Documentation: pkg.go.dev

# Functions

BadRequest new BadRequest error.
ClientClosed new ClientClosed error.
Conflict new Conflict error.
Forbidden new Forbidden error.
GatewayTimeout new GatewayTimeout error.
InternalServer new InternalServer error.
IsBadRequest determines if err is BadRequest error.
IsClientClosed determines if err is ClientClosed error.
IsConflict determines if err is Conflict error.
IsForbidden determines if err is Forbidden error.
IsGatewayTimeout determines if err is GatewayTimeout error.
IsInternalServer determines if err is InternalServer error.
IsNotFound determines if err is NotFound error.
IsServiceUnavailable determines if err is ServiceUnavailable error.
IsUnauthorized determines if err is Unauthorized error.
LogStack return call function stack info from start stack to end stack.
New create error.
NotFound new NotFound error.
ServiceUnavailable new ServiceUnavailable error.
Unauthorized new Unauthorized error.

# Structs

Error is error with info.