ZenodoException

ZenodoException

Format

R6Class object.

Value

Object of R6Class for modelling a generic Zenodo service exception

Note

Abstract class used internally by zen4R

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super class

zen4R::zen4RLogger -> ZenodoException

Public fields

message

message

status

status

Methods

Inherited methods


Method new()

Initializes a ZenodoException

Usage

ZenodoException$new(message, status, logger = NULL)

Arguments

message

message

status

status

logger

the logger type


Method clone()

The objects of this class are cloneable with this method.

Usage

ZenodoException$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.