NotImplemented
Home > @gooddata/sdk-backend-spi > NotImplemented
NotImplemented class
This exception is thrown when client code asks Analytical Backend to exercise a feature that is not implemented yet.
Signature:
export declare class NotImplemented extends AnalyticalBackendError
Extends: AnalyticalBackendError
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(message) | Constructs a new instance of the NotImplemented class |