Capstone.Config.Error exception (Capstone v0.33.3)

Copy Markdown View Source

Raised by Capstone.Config.read!/1 and Capstone.Config.read_string!/1 when target.exs fails validation.

Summary

Types

t()

@type t() :: %Capstone.Config.Error{
  __exception__: term(),
  errors: [Capstone.Config.error()]
}