Skip to content

status+me.virmesh.handle.player_not_allowed

指定した player が handle update を実行できないことを示します。

errorstable

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

HTTPAPIAction
403me.virmesh.handle.updateHandleme.virmesh.handle.updateHandle