Versions in this module Expand all Collapse all v1 v1.0.0 Nov 26, 2025 Changes in this version + type Error struct + Err error + Kind Kind + Msg string + func New(kind Kind, msg string, underlying error) *Error + func (e *Error) Error() string + func (e *Error) Unwrap() error + type Kind string + const KindConfig + const KindHTTP + const KindParsing + const KindRobots + const KindUnknown