diff --git a/docs/generators/r.html b/docs/generators/r.html
index 5e73a70d2b8..fab5e84f76d 100644
--- a/docs/generators/r.html
+++ b/docs/generators/r.html
@@ -21,6 +21,8 @@ sidebar_label: r
packageName | R package name (convention: lowercase). | | openapi |
packageVersion | R package version. | | 1.0.0 |
hideGenerationTimestamp | Hides the generation timestamp when files are generated. | | true |
+returnExceptionOnFailure | Throw an exception on non success response codes | | false |
+exceptionPackage | Specify the exception handling package | - default
- Use stop() for raising exceptions.
- rlang
- Use rlang package for exceptions.
| default |
-Last updated on 2019-6-21