UnsupportedExperimentAssignmentUnitError
Raised before provider registration when its subject cannot serve an experiment’s unit.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new UnsupportedExperimentAssignmentUnitError(
experimentHandle,requestedUnit,subjectUnit):UnsupportedExperimentAssignmentUnitError
Construct an unsupported-unit launch error.
Parameters
Section titled “Parameters”experimentHandle
Section titled “experimentHandle”string
requestedUnit
Section titled “requestedUnit”NativeExperimentAssignmentUnit
subjectUnit
Section titled “subjectUnit”NativeExperimentAssignmentUnit
Returns
Section titled “Returns”UnsupportedExperimentAssignmentUnitError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”experimentHandle
Section titled “experimentHandle”
readonlyexperimentHandle:string
Experiment whose requested assignment unit cannot be served.
requestedUnit
Section titled “requestedUnit”
readonlyrequestedUnit:NativeExperimentAssignmentUnit
Assignment unit requested by the canonical Experiment version.
subjectUnit
Section titled “subjectUnit”
readonlysubjectUnit:NativeExperimentAssignmentUnit
Unit represented by the provider’s configured subject.