Uses of Class
com.qtsurfer.api.sdk.errors.QTSError

Packages that use QTSError
Package
Description
 
  • Uses of QTSError in com.qtsurfer.api.sdk.errors

    Modifier and Type
    Class
    Description
    class 
    Thrown when the authenticate() helper cannot mint a JWT — typically because no API key was supplied (neither argument nor QTSURFER_APIKEY environment variable), or the API key exchange returned 401 / a non-success status from POST /v1/auth/token.
    class 
    Thrown when the workflow is canceled by the caller (e.g.
    class 
    Raised when an hourly tickers/klines download fails — wraps the underlying ApiException (HTTP 4xx/5xx, transport error).
    class 
    Thrown when the backtest execution stage fails server-side.
    class 
    Thrown when the data preparation stage fails (e.g.
    class 
    Thrown when a strategy fails to compile server-side.
    class 
    Thrown when a stage exceeds its configured timeout.