Class InvalidConfigTemplateFile

The contents of the acklo config template file (acklo.config.yml) could not be parsed.

The underlying error is provided by quicktype, however it's not detailed enough to use in a user-facing error message, so it's hidden.

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