All files / app/service constants.ts

100% Statements 8/8
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 668x 68x 68x 68x 68x  
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";