Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// ErrNotFound is the message representing a situation in which the needle we were looking for has not been found.
ErrNotFound = "needle not found"
)
Functions ¶
This section is empty.
Types ¶
type ReadingError ¶
type ReadingError struct {
// contains filtered or unexported fields
}
ReadingError represents errors occurred in the readers.
func NewReadingError ¶
func NewReadingError(message string) *ReadingError
NewReadingError creates a ReadingError with the given message.
func (*ReadingError) Error ¶
func (e *ReadingError) Error() string
Click to show internal directories.
Click to hide internal directories.