VideoMixer.Error exception (video_mixer v2.1.5)

View Source

Custom exception used throughout VideoMixer for consistent error reporting.

Summary

Types

t()

@type t() :: %VideoMixer.Error{
  __exception__: true,
  context: atom(),
  details: term(),
  message: String.t(),
  reason: term()
}

Functions

new(context, reason, details \\ nil)