Documentation
¶
Index ¶
Constants ¶
View Source
const ( // UnknownKind is raised when the Kind of an ID provided to the annotations // state layer is not recognized UnknownKind = errors.ConstError("unknown kind") // InvalidIDParts is raised when the ID provided to the annotations state // layer is invalid. InvalidIDParts = errors.ConstError("invalid id parts") // NotFound is raised when the annotation is not found. NotFound = errors.ConstError("not found") // InvalidKey is raised when the key provided to the annotations state // layer is invalid. InvalidKey = errors.ConstError("invalid key") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.