One page of a job's failed attempts, and where the next one is.
Returned by Zizq.list_errors/3, and followed with
Zizq.next_page/2 and Zizq.prev_page/2.
Summary
Types
@type t() :: %Zizq.ErrorPage{ errors: [Zizq.ErrorRecord.t()], next: String.t() | nil, prev: String.t() | nil, self: String.t() | nil }