Versions in this module Expand all Collapse all v5 v5.0.1 Apr 10, 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 github.com/verygoodsoftwarenotvirus/platform/v4