ForwardedError.(constructor)
Home > @backstage/errors
> ForwardedError
> (constructor)
Constructs a new instance of the ForwardedError
class
Signature:
constructor(message: string, cause: Error | unknown);
Parameters
Parameter |
Type |
Description |
---|---|---|
message |
string | |
cause |
Error | unknown |