Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoSuchEntity = db.ErrNoSuchEntity ErrInvalidKey = db.ErrInvalidKey ErrInvalidEntityType = db.ErrInvalidEntityType )
Standard errors - aliased from db package for compatibility
Functions ¶
func IgnoreFieldMismatch ¶
Helper to ignore tedious field mismatch errors (but warn appropriately during development)
func ReallyIgnoreFieldMismatch ¶
Completely ignore them even during development
Types ¶
type ErrFieldMismatch ¶
ErrFieldMismatch is returned when a field in the entity does not match the datastore property.
func (*ErrFieldMismatch) Error ¶
func (e *ErrFieldMismatch) Error() string
type MultiError ¶
type MultiError []error
MultiError is a slice of errors returned from batch operations
func (MultiError) Error ¶
func (m MultiError) Error() string
Click to show internal directories.
Click to hide internal directories.