All files / app/service constants.ts

87.5% Statements 7/8
100% Branches 0/0
100% Functions 0/0
80% Lines 4/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 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";