Versions in this module Expand all Collapse all v0 v0.8.1 Oct 29, 2025 v0.8.0 Oct 29, 2025 v0.7.3 Mar 13, 2025 Changes in this version + var ErrBusy = NewError("device or resource busy") + var ErrNoDevice = NewError("no such device") + var ErrUnimplemented = NewError("not implemented") + func IsError(err error) bool + func NewError(text string) error