{
  "additionalProperties": false,
  "description": "Server-pushed notification when a subscribed build can no longer be assembled (no route, or insufficient funds at the new price).",
  "properties": {
    "error": {
      "properties": {
        "code": {
          "type": "string"
        },
        "message": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "message"
      ],
      "type": "object"
    },
    "method": {
      "const": "tx.update"
    }
  },
  "required": [
    "method",
    "error"
  ],
  "title": "TxUpdateErrorNotification",
  "type": "object"
}