Versions in this module Expand all Collapse all v0 v0.4.0 Jan 7, 2025 Changes in this version + type Amount = int64 + type AppError struct + Cause error + Code int + Location string + Message string + func NewAuthorizationError(err error, message string) *AppError + func NewBadRequestError(err error, message string) *AppError + func NewDBError(err error, message string) *AppError + func NewForbiddenError(err error, message string) *AppError + func NewInternalServerError(err error, message string) *AppError + func NewNotFoundError(err error, message string) *AppError + func (e *AppError) Error() string + func (e *AppError) GetCause() error + func (e *AppError) GetCode() int + func (e *AppError) GetLocation() string + func (e *AppError) GetMessage() string + func (e *AppError) String() string + type Error interface + Error func() string + GetCause func() error + GetCode func() int + GetLocation func() string + GetMessage func() string + type UUID [16]byte + func (u UUID) String() string