diff --git a/Public/api.js b/Public/api.js index e24ff2c..2bd4e39 100644 --- a/Public/api.js +++ b/Public/api.js @@ -83,6 +83,8 @@ function convertServerResponse(response) { throw Error("Please log in again") case 403: // Forbidden throw Error("Invalid username or password") + case 404: // Not found + throw Error("Path not found") case 410: // Gone throw Error("The table could not be found") case 406: // notAcceptable