Error: Error

ErrorR Documentation

Error

Description

Error Class

Format

An R6Class generator object

Public fields

code

integer

msg

character

Methods

Public methods


Method new()

Usage
Error$new(code, msg, ...)

Method toJSON()

Usage
Error$toJSON()

Method fromJSON()

Usage
Error$fromJSON(ErrorJson)

Method toJSONString()

Usage
Error$toJSONString()

Method fromJSONString()

Usage
Error$fromJSONString(ErrorJson)

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.


grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.