UnexpectedError
Home > @gooddata/sdk-backend-spi > UnexpectedError
UnexpectedError class
This exception MUST be thrown when the unexpected happens. This is a last-resort error type that SHOULD be used if the erroneous state cannot be categorized in a better way.
Signature:
export declare class UnexpectedError extends AnalyticalBackendError
Extends: AnalyticalBackendError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(message, cause) | Constructs a new instance of the UnexpectedError class |