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

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/55713/head
Marcel Klehr 2025-10-13 13:19:47 +07:00
parent e12c0ed7a3
commit 97943cef58
3 changed files with 18 additions and 0 deletions

@ -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"
}
}
}