@adcp/sdk API Reference - v14.0.0-beta.6
Documentation
GitHub
npm
Preparing search index...
ProposalFailureClassification
Interface ProposalFailureClassification
interface
ProposalFailureClassification
{
unsatisfied_constraints
?:
readonly
string
[]
;
unsatisfied_product_changes
?:
Readonly
<
Record
<
string
,
"include"
|
"omit"
>
>
;
batch_aborted
?:
boolean
;
hold_unavailable
?:
boolean
;
source_unavailable
?:
boolean
;
alternatives_unavailable
?:
boolean
;
unsupported_dimension
?:
boolean
;
commercially_declined
?:
boolean
;
}
Index
Properties
unsatisfied_
constraints?
unsatisfied_
product_
changes?
batch_
aborted?
hold_
unavailable?
source_
unavailable?
alternatives_
unavailable?
unsupported_
dimension?
commercially_
declined?
Properties
Optional
unsatisfied_
constraints
unsatisfied_constraints
?:
readonly
string
[]
Optional
unsatisfied_
product_
changes
unsatisfied_product_changes
?:
Readonly
<
Record
<
string
,
"include"
|
"omit"
>
>
Optional
batch_
aborted
batch_aborted
?:
boolean
Optional
hold_
unavailable
hold_unavailable
?:
boolean
Optional
source_
unavailable
source_unavailable
?:
boolean
Optional
alternatives_
unavailable
alternatives_unavailable
?:
boolean
Optional
unsupported_
dimension
unsupported_dimension
?:
boolean
Optional
commercially_
declined
commercially_declined
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
unsatisfied_
constraints
unsatisfied_
product_
changes
batch_
aborted
hold_
unavailable
source_
unavailable
alternatives_
unavailable
unsupported_
dimension
commercially_
declined
Documentation
GitHub
npm
@adcp/sdk API Reference - v14.0.0-beta.6
Loading...