Class: EvalwrightClientError
Raised before anything is sent: the client was constructed wrong, so retrying the same call will fail the same way.
Extends
Error
Constructors
Constructor
ts
new EvalwrightClientError(message): EvalwrightClientError;Parameters
message
string
Returns
EvalwrightClientError
Overrides
ts
Error.constructorProperties
cause?
ts
optional cause?: unknown;Inherited from
ts
Error.causemessage
ts
message: string;Inherited from
ts
Error.messagename
ts
name: string;Inherited from
ts
Error.namestack?
ts
optional stack?: string;Inherited from
ts
Error.stack