wavex v0.10.0 Wavex.Error.BlockAlignMismatch

A mismatched block align value.

iex> to_string(%Wavex.Error.BlockAlignMismatch{expected: 1, actual: 2})
"expected block align 1, got: 2"

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Wavex.Error.BlockAlignMismatch{
  actual: non_neg_integer(),
  expected: non_neg_integer()
}