ZenodoException: ZenodoException

ZenodoExceptionR Documentation

ZenodoException

Description

ZenodoException

ZenodoException

Format

R6Class object.

Value

Object of R6Class for modelling a generic Zenodo service exception

Super class

zen4R::zen4RLogger -> ZenodoException

Public fields

message

message

status

status

Methods

Public 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.

Note

Abstract class used internally by zen4R

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


zen4R documentation built on March 30, 2026, 9:07 a.m.