mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-04 11:24:40 +08:00
5 lines
196 B
TypeScript
5 lines
196 B
TypeScript
export const errorNoResults =
|
|
"No results found, please check the URL or contact us at help@mendable.ai to file a ticket.";
|
|
|
|
export const clientSideError = "client-side exception has occurred";
|