enum RethinkDB::ErrorType
Defined in:
rethinkdb/constants.crEnum Members
-
INTERNAL =
1000000 -
RESOURCE_LIMIT =
2000000 -
QUERY_LOGIC =
3000000 -
NON_EXISTENCE =
3100000 -
OP_FAILED =
4100000 -
OP_INDETERMINATE =
4200000 -
USER =
5000000 -
PERMISSION_ERROR =
6000000
Instance Method Summary
- #internal?
- #non_existence?
- #op_failed?
- #op_indeterminate?
- #permission_error?
- #query_logic?
- #resource_limit?
- #user?