LimitReached
Home > @gooddata/sdk-backend-spi > LimitReached
LimitReached class
This exception is thrown when the limit of objects that can be created on backend is reached, for example if no more workspaces can be created because of the plan limits.
Signature:
export declare class LimitReached extends AnalyticalBackendError
Extends: AnalyticalBackendError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(message, cause) | Constructs a new instance of the LimitReached class |