Update error.go
This commit is contained in:
parent
d04e1f790f
commit
89f725429f
4
error.go
4
error.go
|
@ -25,8 +25,8 @@ var (
|
||||||
// ErrNotImplemented not implemented
|
// ErrNotImplemented not implemented
|
||||||
ErrNotImplemented = errors.New("Not implemented")
|
ErrNotImplemented = errors.New("Not implemented")
|
||||||
// ErrConditionType condition type unsupported
|
// ErrConditionType condition type unsupported
|
||||||
ErrConditionType = errors.New("Unsupported conditon type")
|
ErrConditionType = errors.New("Unsupported condition type")
|
||||||
// ErrColumnIsNotExist columns does not exist
|
// ErrFieldIsNotExist columns does not exist
|
||||||
ErrFieldIsNotExist = errors.New("Field does not exist")
|
ErrFieldIsNotExist = errors.New("Field does not exist")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue