find_error_class function

Find error classes

Find error classes

find_error_class(status_code)

Arguments

  • status_code: (numeric,integer) A status code

Returns

an object of class R6ClassGenerator. call $new()

to initialize a new instance

Examples

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)

See Also

Error, Error-Classes

  • Maintainer: Scott Chamberlain
  • License: MIT + file LICENSE
  • Last published: 2023-05-03