firecrawl/apps/api/src/strings.ts

5 lines
196 B
TypeScript
Raw Normal View History

2024-04-15 17:01:47 -04:00
export const errorNoResults =
"No results found, please check the URL or contact us at help@mendable.ai to file a ticket.";
2024-07-25 19:53:29 -04:00
2024-12-11 19:46:11 -03:00
export const clientSideError = "client-side exception has occurred";