Queue Storage のエラー コード
次の表に、Azure Queue Storage に対する操作で返される可能性があるエラー コードを示します。
エラー コード | HTTP 状態コード | ユーザー メッセージ |
---|---|---|
InvalidMarker | 正しくない要求 (400) | The specified marker is invalid. (指定されているマーカーが無効です。) |
MessageNotFound | Not Found (404) | The specified message does not exist. (指定されたメッセージが存在しません。) |
MessageTooLarge | 正しくない要求 (400) | The message exceeds the maximum allowed size. (メッセージは許容される最大サイズを超えています。) |
PopReceiptMismatch | 正しくない要求 (400) | The specified pop receipt did not match the pop receipt for a dequeued message. (指定されている POPReceipt はデキューされたメッセージの POPReceipt と一致しませんでした。) |
QueueAlreadyExists | Conflict (409) | The specified queue already exists. (指定されたキューは既に存在します。) |
QueueBeingDeleted | Conflict (409) | The specified queue is being deleted. (指定したキューは削除されます。) |
QueueDisabled | Conflict (409) | The specified queue has been disabled by the administrator. (指定されているキューは管理者によって無効になっています。) |
QueueNotEmpty | Conflict (409) | The specified queue is not empty. (指定されているキューが空ではありません。) |
QueueNotFound | Not Found (404) | The specified queue does not exist. (指定されたキューが存在しません。) |
関連項目
一般的な REST API エラー コード
Blob Storage のエラー コード
Table Storage のエラー コード
API 操作のトラブルシューティング
HttpStatusCode 列挙
Azure Storage REST API リファレンス