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 | 78x 78x 78x 78x | 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 was too large";
export const INTERNAL_ERROR = "Internal error";
export const SERVER_ERROR = "Server error";
|