We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1befa commit 606d681Copy full SHA for 606d681
skygear/src/main/java/io/skygear/skygear/Error.java
@@ -299,6 +299,8 @@ public String toString() {
299
return "The password does not meet policy requirement.";
300
case USER_DISABLED:
301
return "The user is disabled.";
302
+ case ASSET_SIZE_TOO_LARGE:
303
+ return "The asset is too large to upload.";
304
case UNEXPECTED_ERROR:
305
return "An unexpected error has occurred.";
306
}
0 commit comments