Skip to content

status+me.virmesh.player.upload_not_found

指定した profile image upload token が見つからないことを示します。

errordraft

Description

この status は /uploads/profile-images/:uploadToken に対する raw upload で、 token が存在しない場合に返ります。

When this happens

  • token が誤っている
  • 既に消費済みまたは削除済みである

Payload

payload.messagestringRequired

実装依存の詳細メッセージです。

Examples

upload token is missing

{
  "status": "status+me.virmesh.player.upload_not_found",
  "payload": {
    "message": "Profile image upload token was not found."
  }
}

Client handling

Referenced by

No API references have been registered for this status yet.