Versions in this module Expand all Collapse all v2 v2.0.7 Dec 18, 2023 Changes in this version + type Error struct + Description error + Message string + Type string + func New(message string) *Error + func NewTransportError(reason string, description error) *Error + func (e *Error) Err() error + func (e *Error) Error() string