Page MenuHomePhabricator

apierror-unknownerror/qqq is out of date
Closed, ResolvedPublic

Description

	"apierror-unknownerror": "{{doc-apierror}}\n\nParameters:\n* $1 - Error code (possibly a message key) not handled by ApiBase::parseMsg().",

From T189222, and the fact ApiBase::parseMsg() was removed...

Event Timeline

Ill give this a go.

Something like:
"apierror-unknownerror": "{{doc-apierror}}\n\nParameters:\n* $1 - Error code (possibly a message key) not handled by an error handler."
without specifying anything specific because the docs reccomend multiple replacements (dieWithError() or ApiMessage::create())