package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Feb 10, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NotFound interface {
error
IsNotFound() bool
}
NotFound represents a resource does not exist.
type Temporary interface {
error
IsTemporary() bool
}
Temporary represents an error that will be fixed by retrying.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.