Vnu.Error exception (Vnu v1.2.0)

View Source

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

Summary

Types

t()

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