Skip to content

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.constructor

Properties

cause?

ts
optional cause?: unknown;

Inherited from

ts
Error.cause

message

ts
message: string;

Inherited from

ts
Error.message

name

ts
name: string;

Inherited from

ts
Error.name

stack?

ts
optional stack?: string;

Inherited from

ts
Error.stack

Released under the MIT licence.