Appearance
status+me.virmesh.handle.player_not_allowed
指定した player が handle update を実行できないことを示します。
Description
この status は認証済み player が対象 record の更新ポリシーを満たしていない場合に返ります。
When this happens
- 更新対象の owner と署名主体が一致しない
- server policy により対象 player の更新が拒否される
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
player is not allowed
{
"status": "status+me.virmesh.handle.player_not_allowed",
"payload": {
"message": "The authenticated player is not allowed to update this handle record."
}
}Client handling
- 署名主体と
payload.idの対応を確認する - 更新権限のある player で再実行する
Related statuses
Referenced by
| HTTP | API | Action |
|---|---|---|
403 | me.virmesh.handle.updateHandle | me.virmesh.handle.updateHandle |