Appearance
status+me.virmesh.player.image_not_uploaded
指定した profile image asset がまだ upload 完了していないことを示します。
Description
この status は me.virmesh.player.updateProfile で
profile+me.virmesh.player.card module に画像参照を貼る際、
対応する asset が upload 完了していない場合に返ります。
When this happens
- 未知の
assetIdを参照している - prepare はしたが raw upload がまだ終わっていない
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
image is not uploaded yet
{
"status": "status+me.virmesh.player.image_not_uploaded",
"payload": {
"message": "Profile image must be uploaded before it can be referenced."
}
}Client handling
- raw upload を完了してから再度
updateProfileを送る
Referenced by
| HTTP | API | Action |
|---|---|---|
409 | me.virmesh.player.updateProfile | me.virmesh.player.updateProfile |