Error: Error

ErrorR Documentation

Error

Description

Error

Error

Super class

erratum::Issue -> Error

Methods

Public methods

Inherited methods

Method new()

Usage
Error$new(obj, raiser = getOption("ERR_RAISER_ERROR", stopper))
Arguments
obj

A character string or an object of class error, or warning.

raiser

Template to raise the issue.

Details

Initialise


Method stop()

Usage
Error$stop()
Details

Stop

Analogous to stop()


Method fatal()

Usage
Error$fatal()
Details

Fatal

Analogous to stop()


Method clone()

The objects of this class are cloneable with this method.

Usage
Error$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


devOpifex/erratum documentation built on Feb. 5, 2024, 1:58 p.m.