LoggerTelegramBackend.ConfigError exception (logger_telegram_backend v4.1.0)

Copy Markdown View Source

Returned by LoggerTelegramBackend.attach/1 and LoggerTelegramBackend.configure/1 when an option is missing or invalid.

See LoggerTelegramBackend for the available options.

Summary

Types

t()

@type t() :: %LoggerTelegramBackend.ConfigError{
  __exception__: term(),
  message: String.t()
}