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