export const QUEUE_ERROR_MESSAGES = { API_KEY_ERROR: "API key for provider", NO_DEFAULT_MODEL_ERROR: "No default model or custom model found for project", MAPPED_DATA_ERROR: "Please ensure the mapped data exists and consider extending the job delay.", INVALID_JSON_ERROR: "is not valid JSON", TOO_LOW_MAX_TOKENS_ERROR: "Error: Unterminated string in JSON at position", OUTPUT_TOKENS_TOO_LONG_ERROR: "Could not parse response content as the length limit was reached", TIMEOUT_ERROR: "Request timed out", };