Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDuplicate = DuplicateError("duplicate") ErrNotFound = NotFoundError("not found") ErrBlockNotFound BlockNotFoundError )
Functions ¶
This section is empty.
Types ¶
type BlockNotFoundError ¶
func (BlockNotFoundError) Error ¶
func (bnfe BlockNotFoundError) Error() string
func (BlockNotFoundError) Is ¶
func (bnfe BlockNotFoundError) Is(target error) bool
type DuplicateError ¶
type DuplicateError string
func (DuplicateError) Error ¶
func (de DuplicateError) Error() string
func (DuplicateError) Is ¶
func (de DuplicateError) Is(target error) bool
type NotFoundError ¶
type NotFoundError string
func (NotFoundError) Error ¶
func (nfe NotFoundError) Error() string
func (NotFoundError) Is ¶
func (nfe NotFoundError) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.