Skip to content

status+me.virmesh.server.unknownPreparedMigration

指定した移行元/移行先ペアに対応する事前登録済み migration が見つからないことを示します。

errordraft

Description

me.virmesh.server.switchNewAccount に対して、 me.virmesh.server.notifyNewAccount で保存された migration record が存在しない場合に返します。

When this happens

  • 指定した oldAccountIdnewAccountId の組み合わせが保存されていない
  • 事前登録済み record が削除済み、失効済み、または参照不能である

Payload

payload.messagestringRequired

record を見つけられなかった理由を表す実装依存の詳細メッセージです。

Examples

prepared migration not found

{
  "status": "status+me.virmesh.server.unknownPreparedMigration",
  "payload": {
    "message": "No prepared migration exists for the specified account pair."
  }
}

Client handling

Related statuses

Referenced by

HTTPAPIAction
404me.virmesh.server.switchNewAccountme.virmesh.server.switchNewAccount