View Source Chalk.Common.ChalkError (chalk_elixir v0.0.12)

Link to this section Summary

Link to this section Types

@type t() :: %Chalk.Common.ChalkError{
  category: String.t(),
  code: String.t(),
  exception: Chalk.Common.ChalkException.t(),
  feature: String.t(),
  message: String.t(),
  resolver: String.t()
}