Versions in this module Expand all Collapse all v0 v0.2.0 Jan 14, 2024 Changes in this version + type ServiceError struct + Code int + Message string + func New(code int, message string) *ServiceError + func (e *ServiceError) Error() string