Documentation
¶
Overview ¶
Package errors provides domain specific errors for relations.
Index ¶
Constants ¶
View Source
const ( // ApplicationIDNotValid describes an error when the application ID is // not valid. ApplicationIDNotValid = errors.ConstError("application ID not valid") // ApplicationNotFound describes an error that occurs when the application // being operated on does not exist. ApplicationNotFound = errors.ConstError("application not found") // RelationEndpointNotFound describes an error that occurs when the specified // relation endpoint does not exist. RelationEndpointNotFound = errors.ConstError("relation endpoint not found") // RelationNotFound describes an error that occurs when the specified // relation does not exist. RelationNotFound = errors.ConstError("relation not found") // RelationUUIDNotValid describes an error when the relation UUID is // not valid. RelationUUIDNotValid = errors.ConstError("relation UUID not valid") )
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.