Victoria.VerificationFailure (Victoria v0.2.0)

Copy Markdown View Source

The semantic mismatch returned directly by Victoria.Verifier.verify/2.

This struct is return-only. Consumers may inspect it but should not construct it themselves.

Summary

Types

t()

An exact expected/observed state mismatch.

Types

t()

@type t() :: %Victoria.VerificationFailure{
  expected: map(),
  observed: map(),
  reason: :states_differ
}

An exact expected/observed state mismatch.