Documentation ¶ Rendered for linux/amd64 darwin/amd64 Index ¶ func Iter() iter.Seq[*Errno] type Errno func New[T constraints.Integer](unixErr T, options ...Option) *Errno func (e *Errno) Error() string func (e *Errno) Name() string func (e *Errno) Valid() bool type Option func WithDescription(description string) Option func WithName(name string) Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Iter ¶ func Iter() iter.Seq[*Errno] Types ¶ type Errno ¶ type Errno struct { syscall.Errno // contains filtered or unexported fields } func New ¶ func New[T constraints.Integer](unixErr T, options ...Option) *Errno func (*Errno) Error ¶ func (e *Errno) Error() string func (*Errno) Name ¶ func (e *Errno) Name() string func (*Errno) Valid ¶ func (e *Errno) Valid() bool type Option ¶ type Option func(e *Errno) func WithDescription ¶ func WithDescription(description string) Option func WithName ¶ func WithName(name string) Option Source Files ¶ View all Source files errno.goutil.go Click to show internal directories. Click to hide internal directories.