Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2023 Changes in this version + func ErrorPresenter(ctx context.Context, e error) *gqlerror.Error + func PanicRecoverer(ctx context.Context, err interface{}) error + type UserError struct + func (e *UserError) Error() string + func (e *UserError) Is(err error) bool + func (e *UserError) Unwrap() error