ASM.Options.UnsupportedExecutionSurfaceError exception (ASM v0.10.0)

Copy Markdown View Source

Returned when preflight cannot normalize an execution surface.

Summary

Types

t()

@type t() :: %ASM.Options.UnsupportedExecutionSurfaceError{
  __exception__: true,
  message: String.t(),
  reason: term(),
  value: term()
}