Skip to main content
Defined in: errors.ts:26 An error for invalid API key format.

Extends

  • BaseError

Constructors

Constructor

new InvalidAPIKeyFormatError(message: string): InvalidAPIKeyFormatError;
Defined in: errors.ts:32 Invalid API key format error constructor.

Parameters

message
string The message to display.

Returns

InvalidAPIKeyFormatError

Overrides

BaseError.constructor