feat: add error code for revoked access token

This commit is contained in:
Manuel Jenny 2021-03-18 17:09:56 +01:00
parent c1ca71be82
commit 369e1d1945
No known key found for this signature in database
GPG Key ID: 1C80FE62B2BEAA18

View File

@ -24,6 +24,7 @@ public enum PCloudApiErrorCodes {
CANNOT_MOVE_FOLDER_INTO_SUBFOLDER_OF_ITSELF(2043),
FILE_OR_FOLDER_NOT_FOUND(2055),
INVALID_ACCESS_TOKEN(2094),
ACCESS_TOKEN_REVOKED(2095),
TOO_MANY_LOGIN_TRIES_FROM_IP(4000),
INTERNAL_ERROR(5000),
INTERNAL_UPLOAD_ERROR(5001);