Most of these messages will be relevant only in the context of OSP R package
ecosystem.
An object of class list
of length 42.
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"