starburst_error: Create informative staRburst error

View source: R/errors.R

starburst_errorR Documentation

Create informative staRburst error

Description

Creates error messages with context, solutions, and links to documentation

Usage

starburst_error(
  message,
  context = list(),
  solution = NULL,
  call = sys.call(-1)
)

Arguments

message

Main error message

context

Named list of contextual information

solution

Suggested solution (optional)

call

Calling function (default: sys.call(-1))

Value

Error condition with class "starburst_error"


starburst documentation built on March 19, 2026, 5:08 p.m.