Uses of Class
com.qtsurfer.api.sdk.errors.QTSError
Packages that use QTSError
-
Uses of QTSError in com.qtsurfer.api.sdk.errors
Subclasses of QTSError in com.qtsurfer.api.sdk.errorsModifier and TypeClassDescriptionclassThrown when theauthenticate()helper cannot mint a JWT — typically because no API key was supplied (neither argument norQTSURFER_APIKEYenvironment variable), or the API key exchange returned 401 / a non-success status fromPOST /v1/auth/token.classThrown when the workflow is canceled by the caller (e.g.classRaised when an hourly tickers/klines download fails — wraps the underlyingApiException(HTTP 4xx/5xx, transport error).classThrown when the backtest execution stage fails server-side.classThrown when the data preparation stage fails (e.g.classThrown when a strategy fails to compile server-side.classThrown when a stage exceeds its configured timeout.