Skip to contents

Most of these messages will be relevant only in the context of OSP R package ecosystem.

Usage

messages

Format

An object of class list of length 34.

Value

A string with error message.

Examples

# example with string
messages$errorEnumNotAllNames
#> [1] "The enumValues has some but not all names assigned. They must be all assigned or none assigned"

# example with function
messages$errorPropertyReadOnly("age")
#> [1] "Property '$age' is readonly"