Skip to content

Commit 68a6d66

Browse files
SCAL-256912 Remove unused error types from EmbedEvent enum
1 parent ce7b587 commit 68a6d66

File tree

2 files changed

+334
-345
lines changed

2 files changed

+334
-345
lines changed

src/types.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,17 +2025,6 @@ export enum EmbedEvent {
20252025
* filter. `NON_EXIST_FILTER` - Error due to a non-existent filter.
20262026
* `INVALID_DATE_VALUE` - Invalid date value error.
20272027
* `INVALID_OPERATOR` - Use of invalid operator during filter application.
2028-
* `VALIDATION_ERROR` - Validation error.
2029-
* `NETWORK` - Network error.
2030-
* `WRONG_VIZ_ID` - Wrong viz ID error.
2031-
* `NOT_A_WORKSHEET` - Not a worksheet error.
2032-
* `NO_FILTERABLE_COLUMN_PRESENT` - No filterable column present error.
2033-
* `FILTER_EXISTS_OR_NO_ATTRIBUTE_COLUMN` - Filter exists or no attribute column error.
2034-
* `INVALID_COLUMN_ID` - Invalid column ID error.
2035-
* `CONV_ASSIST_ERROR` - Conversation assist error.
2036-
* `GENERIC_ERROR` - Generic error.
2037-
* `TIMEOUT_ERROR` - Timeout error.
2038-
* `CONVEX_ERROR` - Conversation error.
20392028
*
20402029
* For more information, see https://developers.thoughtspot.com/docs/events-app-integration#errorType
20412030
* @returns error - An error object or message

0 commit comments

Comments
 (0)