createSafeError
createSafeError(
message,originalError?):Error
Defined in: packages/agentic-control/src/core/security.ts:62
Create a safe error for logging that removes sensitive information
Parameters
Section titled “Parameters”message
Section titled “message”string
originalError?
Section titled “originalError?”Error
Returns
Section titled “Returns”Error