CancelledSdkError
Home > @gooddata/sdk-ui > CancelledSdkError
CancelledSdkError class
This error means that request has been cancelled usually after component has been unmounted.
Signature:
export declare class CancelledSdkError extends GoodDataSdkError
Extends: GoodDataSdkError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(message, cause) | Constructs a new instance of the CancelledSdkError class |