Commit ea3a242
committed
fix: use 422 instead of 500 for metadata access failures
Use 422 Unprocessable Entity instead of 500 Internal Server Error
for metadata access failures, as it's more semantically correct.
The file exists and path is valid, but can't be processed due to
metadata access issues (permissions, locks, etc.).1 parent 009341e commit ea3a242
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments