NxAudio.IO.Errors.FailedToExecuteBackend exception (nx_audio v0.3.1)

View Source

Error raised when an audio file cannot be parsed using a backend tooling.

Summary

Types

t()

@type t() :: Splode.Error.t()

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %NxAudio.IO.Errors.FailedToExecuteBackend{
  __exception__: true,
  backend: term(),
  bread_crumbs: term(),
  class: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.NxAudio.IO.Errors.FailedToExecuteBackend without raising it.

Keys

  • :backend
  • :reason