View Source HTTPSpec.ArgumentError exception (http_spec v3.0.0)

An error that is returned (or raised) when given options are invalid.

Summary

Types

@type t() :: %HTTPSpec.ArgumentError{
  __exception__: true,
  key: atom(),
  keys_path: [atom()],
  message: term(),
  value: term()
}