View Source Briefly.WriteError exception (briefly v0.5.1)

Returned when a temporary file cannot be written.

Summary

Types

@type t() :: %Briefly.WriteError{
  __exception__: term(),
  code: :file.posix() | :badarg | :terminated | :system_limit,
  entry_type: :directory | :file,
  tmp_dir: String.t()
}