BCUtils.Errors.ConfigurationError exception
      (bc_utils v0.14.0)
    
  
    
Error for configuration-related issues
    
 
  
  
    
      
        
      
      Types
    
    
  
  
      
          @type t() :: %BCUtils.Errors.ConfigurationError{
  __exception__: true,
  config_key: atom() | String.t(),
  expected_type: String.t(),
  message: String.t(),
  received_value: any()
}