Centralized error handling for Snowflake integrations.
SnowflakeErrorHandler()Log error and return standardized JSON error response.
Log error and re-raise it.
Create standardized ChatResult for errors.
Create ChatResult from error message string. Args: error_message: Pre-formatted error message model: Model name for metadata input_tokens: Number of input tokens for usage metadata logger_instance: Specific logger to use (defaults to module logger)
Log an error with standardized format.
Log error and return a fallback string message.
Log warning for failed operation with fallback.
Log info with standardized format.
Log debug with standardized format.
Log operation start with standardized format.
Log operation success with standardized format.