Versions in this module Expand all Collapse all v2 v2.8.3 Jul 3, 2025 Changes in this version + func IsHTTPError(err error) bool + type HTTPError struct + Code int + Message string + func BadRequest(msg string) HTTPError + func InternalServerError(msg string) HTTPError + func NotImplemented() HTTPError + func (e HTTPError) Error() string + func (e HTTPError) Is(err error) bool Other modules containing this package github.com/tonkeeper/opentonapi