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 execute stage of a run this SDK is performing fails: the platform rejected the submission, reported the run as failed, or the poll driving it could not reach the platform.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.final classFailure while transferring bytes to a presigned dataset upload target. -
Uses of QTSError in com.qtsurfer.api.sdk.internal
Methods in com.qtsurfer.api.sdk.internal with type parameters of type QTSErrorModifier and TypeMethodDescriptionstatic <T,E extends QTSError>
TApiCalls.call(ApiCalls.ApiCall<T> call, String message, BiFunction<String, Throwable, E> errorCtor) Invokecall, mapping anApiExceptionto the error type built byerrorCtor.