OptionalcodeMachine-readable conflict code present when status is "conflict", identifying the specific conflict reason. null when status is "ready".
Whether this result was produced by a dry-run check. true when the import was validated without persisting any changes.
Optionalexisting_Semver string of the Solution version already present in the library. null when no prior version exists.
Optionalincoming_Semver string of the Solution version in the bundle being imported. null when the bundle does not declare a version.
OptionalmessageHuman-readable description of the import status or conflict reason, suitable for display in a confirmation dialog. null when no detail is available.
Outcome of the import check. "ready" means the import can proceed as a normal create or update. "conflict" means a version conflict was detected and the upgrade flow must be used instead.
Whether the caller must invoke the dedicated upgrade flow to complete the import. Mirrors status == "conflict" as a convenience boolean.
The machine-readable outcome of a Solution import attempt, indicating whether the import succeeded or requires an upgrade flow to resolve a version conflict.