Skip to content

status+me.virmesh.player.profile_image_not_found

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

errordraft

Description

この status は /profile-images/:assetId の取得で、 指定した asset が存在しない場合に返ります。

When this happens

  • assetId が誤っている
  • asset が保存されていない

Payload

payload.messagestringRequired

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

Examples

profile image missing

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

Client handling

  • resolveProfile を再取得し、参照している assetId が最新か確認する

Referenced by

No API references have been registered for this status yet.