Description Usage Arguments Value See Also Examples
View source: R/find_error_class.R
Find error classes
1 | find_error_class(status_code)
|
status_code |
(numeric,integer) A status code |
an object of class R6ClassGenerator
. call $new()
to initialize a new instance
1 2 3 4 5 6 7 8 9 | 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.