Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(TaskProcessing): Update openapi descriptions for user-facing erro…
…r messages

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 14, 2025
commit 97943cef5836c2ef8d143e5bbf73c63ab53fc24f
6 changes: 6 additions & 0 deletions core/openapi-ex_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions core/openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down