ScalarDB GraphQL エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、ScalarDB GraphQL のエラーコードの一覧を示します。
エラーコードのクラスと説明
| クラス | 説明 |
|---|---|
DB-GRAPHQL-1xxxx | ユーザーエラーカテゴリのエラー |
DB-GRAPHQL-1xxxx ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
DB-GRAPHQL-10000
メッセージ
A long value was expected
DB-GRAPHQL-10001
メッセージ
The value is out of range for BigIntValue
DB-GRAPHQL-10002
メッセージ
A long, integer, or string value was expected
DB-GRAPHQL-10003
メッセージ
The AST type `IntValue` was expected
DB-GRAPHQL-10004
メッセージ
A float value was expected
DB-GRAPHQL-10005
メッセージ
An integer or float value was expected
DB-GRAPHQL-10006
メッセージ
The AST type `IntValue` or `FloatValue` was expected
DB-GRAPHQL-10007
メッセージ
The type is not supported. Type: %s
DB-GRAPHQL-10008
メッセージ
The field `%s` requires a `@transaction` or `@twoPhaseCommit` directive with proper arguments
DB-GRAPHQL-10009
メッセージ
The field `%s` cannot be used together with other fields
DB-GRAPHQL-10010
メッセージ
The `@twoPhaseCommit` directive with the `id` argument is required to `%s` the transaction
DB-GRAPHQL-10011
メッセージ
`%s` and `prepare` cannot be run simultaneously
DB-GRAPHQL-10012
メッセージ
`%s` and `join` cannot be run simultaneously
DB-GRAPHQL-10013
メッセージ
The `@transaction` directive with the `id` argument is required to `%s` the transaction