Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MissingParameter error represents a missing parameter in the request query. MissingParameter = iota // MissingProperty error represents a missing property in the request body. MissingProperty // NotFound error represents an unfound entity in the database. NotFound Unauthorized // WrongPropertyValue error represents an unexpected property value. WrongPropertyValue )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.