ScalarDB GraphQL エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、ScalarDB GraphQL のエラーコードの一覧を示します。
エラーコードのクラスと説明
クラス | 説明 |
---|---|
GRAPHQL-1xxxx | ユーザーエラーカテゴリのエラー |
GRAPHQL-1xxxx
ステータスコード
GRAPHQL-10000
メッセージ
A long value was expected
GRAPHQL-10001
メッセージ
The value is out of range for BigIntValue
GRAPHQL-10002
メッセージ
A long, integer, or string value was expected
GRAPHQL-10003
メッセージ
The AST type `IntValue` was expected
GRAPHQL-10004
メッセージ
A float value was expected
GRAPHQL-10005
メッセージ
An integer or float value was expected
GRAPHQL-10006
メッセージ
The AST type `IntValue` or `FloatValue` was expected
GRAPHQL-10007
メッセージ
The type is not supported. Type: %s
GRAPHQL-10008
メッセージ
The field `%s` requires a `@transaction` or `@twoPhaseCommit` directive with proper arguments
GRAPHQL-10009
メッセージ
The field `%s` cannot be used together with other fields
GRAPHQL-10010
メッセージ
The `@twoPhaseCommit` directive with the `id` argument is required to `%s` the transaction
GRAPHQL-10011
メッセージ
`%s` and `prepare` cannot be run simultaneously
GRAPHQL-10012
メッセージ
`%s` and `join` cannot be run simultaneously
GRAPHQL-10013
メッセージ
The `@transaction` directive with the `id` argument is required to `%s` the transaction
GRAPHQL-10014
メッセージ
`%s` and `commit` cannot be run simultaneously
GRAPHQL-10015
メッセージ
An object cannot be annotated with both `@transaction` and `@twoPhaseCommit` directives
GRAPHQL-10016
メッセージ
The `join` argument of the `@twoPhaseCommit` directive requires a transaction `id` argument
GRAPHQL-10017
メッセージ
`%s` requires the mutation object to be annotated with a `@twoPhaseCommit` directive
GRAPHQL-10018
メッセージ
The `%s` clustering key must have only one of the following: %s
GRAPHQL-10019
メッセージ
A string variable is expected but got %s
GRAPHQL-10020
メッセージ
Unexpected value of id: %s
GRAPHQL-10021
メッセージ
A Boolean variable is expected but got %s
GRAPHQL-10022
メッセージ
Unexpected value of %s: %s
GRAPHQL-10023
メッセージ
Invalid column. Column: %s; Type: %s
GRAPHQL-10024
メッセージ
Unexpected value of type: %s
GRAPHQL-10025
メッセージ
Only one of the following can be specified: %s
GRAPHQL-10026
メッセージ
Unexpected mutation field: %s
GRAPHQL-10027
メッセージ
Invalid type: %s