ajv.errorsText {ajv}R Documentation

A wrapper for the Ajv.errorsText method

Description

Extracts the errors object from

Usage

ajv.errorsText(this)

Arguments

this

An AJV instance, provided implicitly when called via my_instance$errorsText(...)

Value

JSON encoded object containing the error message (if any), with class "AJV-errorsText" for pretty printing via print.errorsText

See Also

Other AJV.Instance.Methods: ajv.addFormat, ajv.addKeyword, ajv.addSchema, ajv.keyword, ajv.removeSchema, ajv.validateSchema, ajv.validate

Examples

## Not run: 
my_ajv_instance = Ajv()
my_ajv_instance$errorsText

## End(Not run)

[Package ajv version 1.0.0 Index]