SnowflakeRestApiErrorHandler()Create ChatResult from error message string.
Specialized error handler for REST API responses.
Safely parse JSON response with detailed error handling.
Handles regular JSON responses and detects SSE format (which usually indicates a configuration issue where streaming was enabled unexpectedly).
Async version of safe JSON response parsing.
Handles regular JSON responses and detects SSE format (which usually indicates a configuration issue where streaming was enabled unexpectedly).
Handle REST API response parsing errors with rich context.