format_generic_access_error: Format Error Message with Generic Access Denial

View source: R/utils.R

format_generic_access_errorR Documentation

Format Error Message with Generic Access Denial

Description

Returns a generic error message that doesn't leak information about resource existence. Used for schema/table access errors in accordance with security policy.

Usage

format_generic_access_error(resource_type, resource_name = NULL)

Arguments

resource_type

Character. Type of resource (e.g., "schema", "table").

resource_name

Character. Name of the resource (optional).

Value

Character. Generic error message.


cloudosR documentation built on June 1, 2026, 5:07 p.m.