Versions in this module Expand all Collapse all v3 v3.0.0 Mar 26, 2026 Changes in this version + func RegisterHTTPErrorMapper(m HTTPErrorMapper) + func ToAPIError(err error) (code types.ErrorCode, msg string) + type HTTPErrorMapper interface + Map func(err error) (code types.ErrorCode, msg string, ok bool) + var PlatformMapper HTTPErrorMapper = platformMapper{} Other modules containing this package github.com/verygoodsoftwarenotvirus/platform github.com/verygoodsoftwarenotvirus/platform/v2