We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb2c38f + 3d939ff commit f101ff2Copy full SHA for f101ff2
README.md
@@ -281,11 +281,10 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
281
--------------------
282
283
##### Errors / Exceptions
284
-Every backend errors should be with an Error 500 HTTP code.
285
-
286
-Btw, you can report errors with a 200 response with this json structure
+Any backend error should be with an error 500 HTTP code.
+Btw, you can also report errors with a 200 response using this json structure
287
```json
288
{ "result": {
289
"success": false,
290
"error": "Access denied to remove file"
291
-}}
+}}
0 commit comments