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

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

Summary

Types

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