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