{
  "hidden": false,
  "type": "error",
  "source": "error.js",
  "method": "rethrow",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "error": {
        "type": "any"
      }
    }
  },
  "error-builder": true,
  "meta": {
    "name": "rethrowError",
    "description": "Return flow with the error passed in the input.",
    "icon": {
      "type": "fa",
      "name": "exclamation-triangle",
      "color": "#f58764"
    }
  }
}

