View Source Arb.Error exception (arb v0.10.0)

An exception for errors returned by the arb library.

Link to this section Summary

Link to this section Types

Link to this type

reason()

View Source (since 0.9.0)
@type reason() ::
  :not_found
  | :multiple_found
  | :verification_failed
  | :unsafe_read
  | :bad_device
  | {:io, String.t()}
  | {:usb, String.t()}
@type t() :: %Arb.Error{__exception__: true, reason: reason()}