Versions in this module Expand all Collapse all v1 v1.0.0 Nov 9, 2024 Changes in this version + func Process(err error, options ...Option) error + func Wrap(err error, options ...Option) error + type ApplicationError struct + func New(message string, code codes.Code) *ApplicationError + func (err *ApplicationError) Code() codes.Code + func (err *ApplicationError) Error() string + func (err *ApplicationError) GRPCStatus() *status.Status + type Option func(*wrapOptions) + func WithCode(code codes.Code) Option