feat: add error code for revoked access token
This commit is contained in:
parent
c1ca71be82
commit
369e1d1945
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user