create_exception_node: Create an exception node

View source: R/Exception.R

create_exception_nodeR Documentation

Create an exception node

Description

Create an exception node

Usage

create_exception_node(message = "Unspecified exception", status = -1,
  category = "unknown")

Arguments

message

character vector message

status

numeric status code if known, set to -1 otherwise

category

character the exception category if known

Value

XML::xmlNode


BigelowLab/genologicsr documentation built on June 7, 2024, 3:15 a.m.