file_errors

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CellNotFoundError

type CellNotFoundError struct {
	// contains filtered or unexported fields
}

func NewCellNotFoundError

func NewCellNotFoundError(row uint32, col uint32) *CellNotFoundError

func (*CellNotFoundError) Error

func (c *CellNotFoundError) Error() string

type FdNotFoundError

type FdNotFoundError struct {
	// contains filtered or unexported fields
}

func NewFdNotFoundError

func NewFdNotFoundError(fd uint64) *FdNotFoundError

func (*FdNotFoundError) Error

func (f *FdNotFoundError) Error() string

type FileExistsError

type FileExistsError struct {
	// contains filtered or unexported fields
}

func NewFileExistsError

func NewFileExistsError(filename string) *FileExistsError

func (*FileExistsError) Error

func (f *FileExistsError) Error() string

type FileNotFoundError

type FileNotFoundError struct {
	// contains filtered or unexported fields
}

func NewFileNotFoundError

func NewFileNotFoundError(filename string) *FileNotFoundError

func (*FileNotFoundError) Error

func (f *FileNotFoundError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL