Corrected points raised.

This commit is contained in:
develoQ
2022-08-18 20:24:59 +09:00
parent f58c219a6c
commit 76362fcd08
4 changed files with 10 additions and 15 deletions

View File

@@ -106,12 +106,12 @@ Connecting to 127.0.0.1:5005
| `項目` | 型 | 説明 |
|:----------|:-------|:--------------------------------------------------------|
| `message` | String | コマンドに応答して実行されたアクションを示す、可読性の高いメッセージ。 |
| `message` | 文字列 | コマンドに応答して実行されたアクションを示す、可読性の高いメッセージ。 |
### 起こり得るエラー
- Any of the [汎用エラー][].
- いずれかの[汎用エラータイプ][]
- `internal` - コピーが実行されていない時にコピーの状態チェックをするといったような無効な操作の場合。
- `notEnabled` - サーバが[履歴シャード](history-sharding.html)を保存するように環境設定されていない場合。
- `invalidParams` - 1つ以上の項目が誤って定義されている、もしくは、1つ以上の必須項目が抜けている。