TimeoutError
Home > @gooddata/sdk-backend-spi > TimeoutError
TimeoutError class
This error means that during a repeated polling for some resource, we did not reach 200 response within the certain number of attempts/time.
Signature:
export declare class TimeoutError extends AnalyticalBackendError
Extends: AnalyticalBackendError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(message, cause) | Constructs a new instance of the TimeoutError class |