Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrorNil errorType = "" ErrorUndefined errorType = "Unknown Error." // IO error ErrorIO errorType = "IO error has occured, see log for more details." ErrorNoDoc errorType = "Document `%d` does not exist" // Document errors ErrorDocTooLarge errorType = "Document is too large. Max: `%d`, Given: `%d`" // Query input errors ErrorNeedIndex errorType = "Please index %v and retry query %v." ErrorExpectingSubQuery errorType = "Expecting a vector of sub-queries, but %v given." ErrorExpectingInt errorType = "Expecting `%s` as an integer, but %v given." ErrorMissing errorType = "Missing `%s`" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.