Appearance
status+me.virmesh.player.invalid_profile_image
プロフィール画像 metadata または upload 内容が不正であることを示します。
Description
この status はプロフィール画像の prepare / upload / reference 貼り付けで、 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
- prepare 時と同じ metadata を使う
- protocol が許可する content type と size に合わせる
Related statuses
Referenced by
| HTTP | API | Action |
|---|---|---|
400 | me.virmesh.player.prepareProfileImageUpload | me.virmesh.player.prepareProfileImageUpload |
400 | me.virmesh.player.updateProfile | me.virmesh.player.updateProfile |