Appearance
status+me.virmesh.player.invalid_profile_image
プロフィール画像 metadata または upload 内容が不正であることを示します。
Description
この status は me.virmesh.asset.upload または me.virmesh.player.updateProfile で、
content type、size、hash、dimensions、metadata 一致条件のいずれかを満たさない場合に返ります。
When this happens
- 未対応 content type を送っている
- size, width, height が不正である
- hash 形式が不正である
- upload 済み asset metadata と
profileImageobject が一致しない
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
profile image is invalid
{
"status": "status+me.virmesh.player.invalid_profile_image",
"payload": {
"message": "Profile image metadata does not match the uploaded asset."
}
}Client handling
- asset upload 時の metadata と同じ値を使う
- protocol が許可する content type と size に合わせる
Related statuses
Referenced by
| HTTP | API | Action |
|---|---|---|
400 | me.virmesh.asset.upload | me.virmesh.asset.upload |
400 | me.virmesh.player.updateProfile | me.virmesh.player.updateProfile |