BCUtils.Errors.ConfigurationError exception (bc_utils v0.11.0)

Error for configuration-related issues

Summary

Types

t()

@type t() :: %BCUtils.Errors.ConfigurationError{
  __exception__: true,
  config_key: atom() | String.t(),
  expected_type: String.t(),
  message: String.t(),
  received_value: any()
}

Functions

new(message, config_key, expected_type \\ nil, received_value \\ nil)