Skip to content

status+me.virmesh.player.invalid_profile_image

プロフィール画像 metadata または upload 内容が不正であることを示します。

errordraft

Description

この status はプロフィール画像の prepare / upload / reference 貼り付けで、 content type、size、hash、dimensions、metadata 一致条件のいずれかを満たさない場合に返ります。

When this happens

  • 未対応 content type を送っている
  • size, width, height が不正である
  • hash 形式が不正である
  • upload 済み asset metadata と profileImage object が一致しない

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

HTTPAPIAction
400me.virmesh.player.prepareProfileImageUploadme.virmesh.player.prepareProfileImageUpload
400me.virmesh.player.updateProfileme.virmesh.player.updateProfile