| format_generic_access_error | R Documentation |
Returns a generic error message that doesn't leak information about resource existence. Used for schema/table access errors in accordance with security policy.
format_generic_access_error(resource_type, resource_name = NULL)
resource_type |
Character. Type of resource (e.g., "schema", "table"). |
resource_name |
Character. Name of the resource (optional). |
Character. Generic error message.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.