Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InvalidTableError = NewError("Invalid Table").(*Error) DuplicateKeyError = NewError("Duplicate Key").(*Error) NoIndexError = NewError("No index matches the filter").(*Error) OpNotSupported = NewError("Operation not supported by the index").(*Error) EmptyResult = NewError("No results found for query").(*Error) )
Functions ¶
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
func (Error) MarshalBson ¶
func (e Error) MarshalBson(buf *bytes2.ChunkedWriter, key string)
MarshalBson overrides the vitess library's marshaling of strings that encodes strings as binary
Click to show internal directories.
Click to hide internal directories.