Versions in this module Expand all Collapse all v0 v0.1.0 May 23, 2023 Changes in this version + func IsRequestError(err error) bool + func NewRequestError(err error, status int) error + type ErrorResponse struct + Error string + Fields map[string]string + type RequestError struct + Err error + Status int + func GetRequestError(err error) *RequestError + func (re *RequestError) Error() string