View Source Chalk.Error (chalk_elixir v0.0.12)

Chalk Error data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Chalk.Error{
  display_message: String.t(),
  error_code: String.t(),
  error_message: String.t(),
  error_type: String.t(),
  http_code: integer(),
  request_id: String.t()
}