Documentation ¶ Overview ¶ Package errors provides common encoding errors used by rfc9433 package. Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var ( ErrTooShortToMarshal = errors.New("too short to serialize") ErrTooShortToParse = errors.New("too short to parse") ErrPrefixLength = errors.New("wrong prefix length") ErrOutOfRange = errors.New("out of range") ) Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files doc.goerrors.go Click to show internal directories. Click to hide internal directories.