unexpected_error: Handling of an unexpected error

View source: R/unexpected_error.R

unexpected_errorR Documentation

Handling of an unexpected error

Description

This function reacts to an unexpected error by throwing an error and linking to an issue site with the request to submit an issue.

Usage

unexpected_error(
  msg = "Ups, an unexpected error occured.",
  issue_link = "https://github.com/loelschlaeger/oeli/issues"
)

Arguments

msg

[character(1)]
An error message.

issue_link

[character(1)]
The URL to an issues site.

Value

No return value, but it throws an error.

See Also

Other package helpers: Dictionary, Storage, identical_structure(), input_check_response(), match_arg(), package_logo(), print_data.frame(), print_matrix(), renv_development_packages(), system_information(), user_confirm()


oeli documentation built on Oct. 16, 2024, 5:08 p.m.