package
0.1.12
Repository: https://github.com/alibug/go-identity-utils.git
Documentation: pkg.go.dev

# Functions

GetStatusCode - Translate err to status code.

# Variables

ErrBadParamInput will throw if the given request-body or params is not valid.
ErrConfig will throw if config has error.
ErrConflict will throw if the current action already exists.
ErrForbidden will throw if user has no authz.
ErrInternalServerError will throw if any the Internal Server Error happen.
ErrNotFound will throw if the requested item is not exists.
ErrUnauthorized will throw if user not login or token expired.

# Structs

ResponseError represent the reseponse error struct.