Represents an error related to security, such as path traversal or command injection. These are always considered user errors.
export declare class SecurityError extends DocumentationError
Was this page helpful?