S3 method for errors objects (see as.list).
errors
as.list
## S3 method for class 'errors' as.list(x, ...)
x
object to be coerced or tested.
...
objects, possibly named.
x <- set_errors(1:3, 0.1) as.list(x)