fix(TaskProcessing): Update openapi descriptions for user-facing error messages

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/55713/head
Marcel Klehr 3 months ago
parent e12c0ed7a3
commit 97943cef58
  1. 6
      core/openapi-ex_app.json
  2. 6
      core/openapi-full.json
  3. 6
      openapi.json

@ -960,6 +960,12 @@
"nullable": true,
"default": null,
"description": "An error message if the task failed"
},
"userFacingErrorMessage": {
"type": "string",
"nullable": true,
"default": null,
"description": "An error message that will be shown to the user"
}
}
}

@ -10906,6 +10906,12 @@
"nullable": true,
"default": null,
"description": "An error message if the task failed"
},
"userFacingErrorMessage": {
"type": "string",
"nullable": true,
"default": null,
"description": "An error message that will be shown to the user"
}
}
}

@ -14422,6 +14422,12 @@
"nullable": true,
"default": null,
"description": "An error message if the task failed"
},
"userFacingErrorMessage": {
"type": "string",
"nullable": true,
"default": null,
"description": "An error message that will be shown to the user"
}
}
}

Loading…
Cancel
Save