Versions in this module Expand all Collapse all v1 v1.0.0 Apr 5, 2023 Changes in this version + func New(err string) error + func NewBadRequest(err string) error + func NewInternalServerError(err string) error + func NewNotFound(err string) error + type BadRequest struct + Err error + func (se BadRequest) Error() string + type InternalServerError struct + Err error + func (se InternalServerError) Error() string + type NotFound struct + Err error + func (se NotFound) Error() string