langchain.js
Preparing search index...
langchain
index
PIIDetectionError
Class PIIDetectionError
Error thrown when PII is detected and strategy is 'block'
Hierarchy
Error
PIIDetectionError
Index
Constructors
constructor
Properties
matches
pii
Type
Constructors
constructor
new
PIIDetectionError
(
piiType
:
string
,
matches
:
PIIMatch
[]
)
:
PIIDetectionError
Parameters
piiType
:
string
matches
:
PIIMatch
[]
Returns
PIIDetectionError
Properties
Readonly
matches
matches
:
PIIMatch
[]
Readonly
pii
Type
piiType
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
matches
pii
Type
langchain.js
Loading...
Error thrown when PII is detected and strategy is 'block'