mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-10 11:24:37 -05:00
7 lines
311 B
TypeScript
7 lines
311 B
TypeScript
/**
|
|
* 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";
|