Versions in this module Expand all Collapse all v1 v1.0.1 Jul 6, 2023 v1.0.0 Jun 30, 2023 Changes in this version + const InputEmpty + const NotAuthenticated + const NotAuthorized + const NotFound + const RepositoryError + const ResourceAlreadyExists + const TokenGeneratorError + const UnknownError + const ValidationError + func ErrorType(err error) string + type AppError struct + Err error + Type string + func NewAppError(err error, errType string) *AppError + func NewAppErrorWithType(errType string) *AppError + func (appErr *AppError) Error() string