Versions in this module Expand all Collapse all v0 v0.1.1 May 28, 2024 v0.1.1-rc1 May 28, 2024 v0.1.0 May 27, 2024 Changes in this version + const ArgParseError + const ClientError + const OutputError + const ServerError + type Error struct + Message string + Type ErrorType + func New(Type ErrorType, format string, args ...interface{}) *Error + func (e *Error) Error() string + type ErrorType string