ScalarDB GraphQL Error Codes
This page provides a list of error codes in ScalarDB GraphQL.
Error code classes and descriptions​
| Class | Description |
|---|---|
GRAPHQL-1xxxx | Errors for the user error category |
GRAPHQL-1xxxx status codes​
GRAPHQL-10000​
Message
A long value was expected
GRAPHQL-10001​
Message
The value is out of range for BigIntValue
GRAPHQL-10002​
Message
A long, integer, or string value was expected
GRAPHQL-10003​
Message
The AST type `IntValue` was expected
GRAPHQL-10004​
Message
A float value was expected
GRAPHQL-10005​
Message
An integer or float value was expected
GRAPHQL-10006​
Message
The AST type `IntValue` or `FloatValue` was expected
GRAPHQL-10007​
Message
The type is not supported. Type: %s
GRAPHQL-10008​
Message
The field `%s` requires a `@transaction` or `@twoPhaseCommit` directive with proper arguments
GRAPHQL-10009​
Message
The field `%s` cannot be used together with other fields
GRAPHQL-10010​
Message
The `@twoPhaseCommit` directive with the `id` argument is required to `%s` the transaction
GRAPHQL-10011​
Message
`%s` and `prepare` cannot be run simultaneously
GRAPHQL-10012​
Message
`%s` and `join` cannot be run simultaneously
GRAPHQL-10013​
Message
The `@transaction` directive with the `id` argument is required to `%s` the transaction
GRAPHQL-10014​
Message
`%s` and `commit` cannot be run simultaneously
GRAPHQL-10015​
Message
An object cannot be annotated with both `@transaction` and `@twoPhaseCommit` directives
GRAPHQL-10016​
Message
The `join` argument of the `@twoPhaseCommit` directive requires a transaction `id` argument
GRAPHQL-10017​
Message
`%s` requires the mutation object to be annotated with a `@twoPhaseCommit` directive
GRAPHQL-10018​
Message
The `%s` clustering key must have only one of the following: %s
GRAPHQL-10019​
Message
A string variable is expected but got %s
GRAPHQL-10020​
Message
Unexpected value of id: %s
GRAPHQL-10021​
Message
A Boolean variable is expected but got %s
GRAPHQL-10022​
Message
Unexpected value of %s: %s
GRAPHQL-10023​
Message
Invalid column. Column: %s; Type: %s
GRAPHQL-10024​
Message
Unexpected value of type: %s
GRAPHQL-10025​
Message
Only one of the following can be specified: %s
GRAPHQL-10026​
Message
Unexpected mutation field: %s
GRAPHQL-10027​
Message
Invalid type: %s