Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 | 101x 101x 101x 101x | export const FETCH_FAILED =
"Couldn't connect to the server. Please check your Internet connection or try again later.";
export const IMAGE_TOO_LARGE = "Image size too large (max 20 MB)";
export const INTERNAL_ERROR = "Internal error";
export const SERVER_ERROR = "Server error";
|