Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrColsInvalid = errors.New("columns are invalid")
View Source
var ErrColsNotInOrder = errors.New("columns are not in order")
View Source
var ErrConfigInvalid = errors.New("structure config of sheet is invalid")
View Source
var ErrEmptyUID = errors.New("empty uid provided where uid expected")
View Source
var ErrInconsistentData = errors.New("inconsistent data, maybe changed between api calls") // we can not place a global "lock" on the sheet, sadly...
View Source
var ErrInvalidType = errors.New("invalid type passed to function")
View Source
var ErrMultiUpdate = errors.New("updating the same record multiple times in the same request")
View Source
var ErrOverflow = errors.New("integer/float overflow error")
View Source
var ErrRecordNotFound = errors.New("record with this uid not found in the sheet")
View Source
var InvalidUIDCol = errors.New("the uid colum is invalid") // either not present in the list of columns, or something else
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.