sketch/error

Defines standard error returned by sketch.

Types

Standard Sketch Error. Used on BEAM target. JS target never fails.

pub type SketchError {
  OtpError(actor.StartError)
}

Constructors

  • OtpError(actor.StartError)
Search Document