CarmenAPIConfigError

Class An error class used for reporting errors in the configuration of the Carmen API client.

Members

constructor

(message: string) => CarmenAPIConfigError

Creates a new instance of the CarmenAPIConfigError class with the specified error message.

Parameters

NameTypeDescription
messagestringThe error message.

Source: errors.ts:5