@adcp/sdk API Reference - v10.0.1
Documentation
GitHub
npm
Preparing search index...
ProtocolFeatureUnsupportedErrorOptions
Interface ProtocolFeatureUnsupportedErrorOptions
interface
ProtocolFeatureUnsupportedErrorOptions
{
message
?:
string
;
details
?:
Record
<
string
,
unknown
>
;
field
?:
string
;
suggestion
?:
string
;
recovery
?:
ClientPreflightAdcpErrorRecovery
;
}
Hierarchy (
View Summary
)
FeatureUnsupportedErrorOptions
ProtocolFeatureUnsupportedErrorOptions
Index
Properties
message?
details?
field?
suggestion?
recovery?
Properties
Optional
message
message
?:
string
Optional
details
details
?:
Record
<
string
,
unknown
>
Optional
field
field
?:
string
Optional
suggestion
suggestion
?:
string
Optional
recovery
recovery
?:
ClientPreflightAdcpErrorRecovery
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
details
field
suggestion
recovery
Documentation
GitHub
npm
@adcp/sdk API Reference - v10.0.1
Loading...