Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
A login or password parameter was not provided. | A login or password parameter was not provided. | ||
====51 ( | ====51 (Invalid Object)==== | ||
A value was specified that does not exist in the database. | |||
==== | ====52 (Invalid XML-RPC Value)==== | ||
The XML-RPC input itself is invalid e.g. you specified something like <int>a string</int>, or you tried to pass a string into a parameter that only accepts ints. | |||
==== | ====53 (Invalid Parameter)==== | ||
You attempted to pass an undefined value to an internal function in Bugzilla. | |||
====100 (Invalid Bug Alias)==== | ====100 (Invalid Bug Alias)==== | ||
You specified an alias and either: (a) the Bugzilla you're querying doesn't support aliases or (b) there is no bug with that alias. | |||
====101 (Invalid Bug ID)==== | ====101 (Invalid Bug ID)==== | ||
| Line 31: | Line 31: | ||
====103 (Invalid Alias)==== | ====103 (Invalid Alias)==== | ||
You asked for a bug to be created with an alias, and the alias you specified is invalid for some reason. | |||
====104 (Invalid Field)==== | ====104 (Invalid Field)==== | ||
One of the drop-down fields has an invalid value, or a value entered in a text field is too long. | One of the drop-down fields has an invalid value, or a value entered in a text field is too long. (This code is retired; see code 51.) | ||
====105 (Invalid Component)==== | ====105 (Invalid Component)==== | ||
| Line 81: | Line 81: | ||
The account has been disabled. A reason may be specified with the error. | The account has been disabled. A reason may be specified with the error. | ||
====302 | ====302 (Auth: Invalid Email)==== | ||
An external verification source, such as LDAP, returned an invalid email address. | |||
====-303 extern_id_conflict==== | ====-303 extern_id_conflict==== | ||