Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2026 Changes in this version + func ExitCode(err error) int + func Format(err error) string + type APIError struct + Code string + Detail string + RequestID string + StatusCode int + func (e APIError) Error() string + type NetworkError struct + Cause error + URL string + func (e NetworkError) Error() string + func (e NetworkError) Unwrap() error + type NoToken struct + func (e NoToken) Error() string + type UsageError struct + Message string + func (e UsageError) Error() string + type UserFacingError struct + Cause error + Message string + func (e UserFacingError) Error() string + func (e UserFacingError) Unwrap() error