phacility/phabricator · error · ConduitException
ERR_USAGE_NO_UPDATES
ERR_USAGE_NO_UPDATES
Error message
ERR_USAGE_NO_UPDATES
What it means
Error "ERR_USAGE_NO_UPDATES" thrown in phacility/phabricator.
Source
Thrown at src/applications/conpherence/conduit/ConpherenceUpdateThreadConduitAPIMethod.php:112
if ($title) {
$xactions[] = id(new ConpherenceTransaction())
->setTransactionType(
ConpherenceThreadTitleTransaction::TRANSACTIONTYPE)
->setNewValue($title);
}
if ($message) {
$xactions = array_merge(
$xactions,
$editor->generateTransactionsFromText(
$user,
$conpherence,
$message));
}
try {
$xactions = $editor->applyTransactions($conpherence, $xactions);
} catch (PhabricatorApplicationTransactionNoEffectException $ex) {
throw new ConduitException('ERR_USAGE_NO_UPDATES');
}
return true;
}
}
View on GitHub (pinned to 5720a38cfe)
When it happens
Trigger: Thrown at src/applications/conpherence/conduit/ConpherenceUpdateThreadConduitAPIMethod.php:112 when the library encounters an invalid state.
Common situations: See trigger scenarios.
AI-assisted analysis of phacility/phabricator@5720a38cfe (2026-08-21).
Data as JSON: /api/errors/cfbe5e7f2c9c8696.
Report an issue: GitHub.