Confirmed users, Bureaucrats and Sysops emeriti
1,057
edits
No edit summary |
(Swapped 108 and 10; these were backward per https://github.com/bugzilla/bugzilla/blob/5.0/Bugzilla/WebService/Constants.pm) |
||
(2 intermediate revisions by one other user not shown) | |||
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)==== | ||
You | 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 27: | 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 45: | Line 49: | ||
You didn't specify a summary for the bug | You didn't specify a summary for the bug | ||
====108 ( | ====108 (Invalid Field Name)==== | ||
You | You specified a field that doesn't exist or isn't a drop-down field. | ||
====109 ( | ====109 (Bug Edit Denied)==== | ||
You | You did not have the necessary rights to edit the bug. | ||
====110 (Comment Is Private)==== | ====110 (Comment Is Private)==== | ||
Line 76: | Line 80: | ||
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 (Auth: Invalid Email)==== | |||
An external verification source, such as LDAP, returned an invalid email address. | |||
====-303 extern_id_conflict==== | |||
====304 (Authorization Required)==== | ====304 (Authorization Required)==== |