Versions in this module Expand all Collapse all v4 v4.0.1 Mar 26, 2026 v4.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 github.com/verygoodsoftwarenotvirus/platform/v3