Vnu.Error exception (Vnu v1.1.0) View Source

An error holds details about why validating a given document could not be finished.

Link to this section Summary

Link to this section Types

Specs

t() :: %Vnu.Error{
  __exception__: term(),
  message: String.t(),
  reason: :unexpected_server_response | :invalid_config
}