Vnu v1.0.0 Vnu.Error exception 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

Link to this type

t()

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