Skip to content

UnsupportedExperimentAssignmentUnitError

Raised before provider registration when its subject cannot serve an experiment’s unit.

  • Error

new UnsupportedExperimentAssignmentUnitError(experimentHandle, requestedUnit, subjectUnit): UnsupportedExperimentAssignmentUnitError

Construct an unsupported-unit launch error.

string

NativeExperimentAssignmentUnit

NativeExperimentAssignmentUnit

UnsupportedExperimentAssignmentUnitError

Error.constructor

readonly experimentHandle: string

Experiment whose requested assignment unit cannot be served.


readonly requestedUnit: NativeExperimentAssignmentUnit

Assignment unit requested by the canonical Experiment version.


readonly subjectUnit: NativeExperimentAssignmentUnit

Unit represented by the provider’s configured subject.