ErrorDetailsTypes

ErrorDetailsTypes

Error types emitted by embedded components.

These enum values categorize different types of errors that can occur during the lifecycle of an embedded ThoughtSpot component. Use these values to implement specific error handling logic based on the error category.

Version : SDK: 1.44.2 | ThoughtSpot: 26.2.0.cl

see : EmbedErrorDetailsEvent - The error event object structure

see : EmbedEvent.Error - The event that emits these errors

Enumeration members🔗

API🔗

API:= "API"

API call failure

Defined in : types.ts

NETWORK🔗

NETWORK:= "NETWORK"

Network connectivity or request error

Defined in : types.ts

VALIDATION_ERROR🔗

VALIDATION_ERROR:= "VALIDATION_ERROR"

General validation error

Defined in : types.ts

© 2025 ThoughtSpot Inc. All Rights Reserved.