(constructor)
Home > @gooddata/sdk-backend-spi > TimeoutError > (constructor)
TimeoutError.(constructor)
Constructs a new instance of the TimeoutError
class
Signature:
constructor(message: string, cause?: Error);
Parameters
Parameter | Type | Description |
---|---|---|
message | string | |
cause | Error | (Optional) |