Documentation
¶
Index ¶
Constants ¶
Variables ¶
View Source
var ( // IO error ErrorIO = Error{GeneralError, "IO error has occured, see log for more details.", ""} // Document errors ErrorNoDoc = Error{DocDoesNotExist, "Document `%d` does not exist", ""} ErrorDocTooLarge = Error{DocTooLarge, "Document is too large. Max: `%d`, Given: `%d`", ""} ErrorDocLocked = Error{DocIsLocked, "Document `%d` is locked for update - try again later", ""} // Query input errors ErrorNeedIndex = Error{QueryNeedIndex, "Please index %v and retry query %v.", ""} ErrorExpectingSubQuery = Error{QueryMissingSubQuery, "Expecting a vector of sub-queries, but %v given.", ""} ErrorExpectingInt = Error{QueryMalformedInt, "Expecting `%s` as an integer, but %v given.", ""} ErrorMissing = Error{QueryMissingParam, "Missing `%s`", ""} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.