Versions in this module Expand all Collapse all v1 v1.0.0 Mar 9, 2022 Changes in this version + type AppError struct + Error string + Message string + Status int + func NewError(err error, message string) *AppError + func NewNotFoundError(message string) *AppError + func NewUnauthorizedError() *AppError + type ValidationErrorResponse struct + FailedField string + Tag string + Value string + func Validation(err interface{}) []*ValidationErrorResponse