View source: R/find_error_class.R
find_error_class | R Documentation |
Find error classes
find_error_class(status_code)
status_code |
(numeric,integer) A status code |
an object of class R6ClassGenerator
. call $new()
to initialize a new instance
Error
, Error-Classes
find_error_class(414)
find_error_class(418)
find_error_class(505)
# initialize the class
find_error_class(418)$new()
# not found
## Not run: find_error_class(999)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.