mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(TaskProcessing): Update openapi descriptions for user-facing error messages
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue