Appearance
status+me.virmesh.player.profile_image_not_found
指定した profile image asset が見つからないことを示します。
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.