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

An exception for errors returned by the arb library.

Summary

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()}