@adcp/client API Reference - v3.3.3
Documentation
GitHub
npm
Preparing search index...
ValidationResult
Interface ValidationResult
interface
ValidationResult
{
valid
:
boolean
;
errors
:
string
[]
;
warnings
:
string
[]
;
protocol
?:
"mcp"
|
"a2a"
|
"unknown"
;
schemaErrors
?:
$ZodIssue
[]
;
}
Index
Properties
valid
errors
warnings
protocol?
schema
Errors?
Properties
valid
valid
:
boolean
errors
errors
:
string
[]
warnings
warnings
:
string
[]
Optional
protocol
protocol
?:
"mcp"
|
"a2a"
|
"unknown"
Optional
schema
Errors
schemaErrors
?:
$ZodIssue
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
valid
errors
warnings
protocol
schema
Errors
Documentation
GitHub
npm
@adcp/client API Reference - v3.3.3
Loading...