Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

erratum (version 2.2.0)

Error: Error

Description

Error

Error

Arguments

Super class

erratum::Issue -> Error

Methods

Public methods

Method new()

Usage

Error$new(obj)

Arguments

obj

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

type

Type of message.

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.