/** * Error codes returned by Google Sheets integration. * Use these constants when comparing error responses to avoid typos and enable reuse. */ export const GOOGLE_SHEET_INTEGRATION_INVALID_GRANT = "invalid_grant"; export const GOOGLE_SHEET_INTEGRATION_INSUFFICIENT_PERMISSION = "insufficient_permission";