powered by
Find error classes
find_error_class(status_code)
an object of class R6ClassGenerator. call $new()
R6ClassGenerator
$new()
to initialize a new instance
(numeric,integer) A status code
Error, Error-Classes
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 if (FALSE) find_error_class(999)
Run the code above in your browser using DataLab