Class MissingRequiredConfigurationValuesError

A required configuration value was not provided when initializing acklo.

Check out ClientConfigurationProperties for info on which properties must be provided.

Hierarchy

Index

Constructors

constructor

Properties

Readonly humanReadableMessage

humanReadableMessage: string

A helpful message describing the error, suitable for displaying to developers integrating with acklo.

Optional Readonly underlyingError

underlyingError: Error

The underlying error that this error is wrapping, if any.

Generated using TypeDoc