Versions in this module Expand all Collapse all v0 v0.1.1 Nov 18, 2020 v0.1.0 May 10, 2020 Changes in this version + type BaseError struct + func New(code, message string, origErr error) *BaseError + func (b *BaseError) Code() string + func (b *BaseError) Error() string + func (b *BaseError) ErrorWithExtra(extra string) string + func (b *BaseError) Message() string + func (b *BaseError) OrigErr() error + func (b *BaseError) String() string + type RequestError struct + func NewRequestError(base *BaseError, statusCode int, requestID string) *RequestError + func (r *RequestError) Error() string + func (r *RequestError) RequestID() string + func (r *RequestError) StatusCode() int + func (r *RequestError) String() string