Bugzilla:WebServices:Errors: Difference between revisions

Swapped 108 and 10; these were backward per https://github.com/bugzilla/bugzilla/blob/5.0/Bugzilla/WebService/Constants.pm
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 (Bug.create: Invalid Object)====
====51 (Invalid Object)====


The component you specified is not valid for this Product.
A value was specified that does not exist in the database.


====51 (User.get: Bad Login Name)====
====52 (Invalid XML-RPC Value)====


You passed an invalid login name in the "names" array.
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)====


If 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.
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)====


The alias you specified is invalid for some reason. See the error message for more details.
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. The error message will have more detail.
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 (Bug Edit Denied)====
====108 (Invalid Field Name)====


You did not have the necessary rights to edit the bug.
You specified a field that doesn't exist or isn't a drop-down field.


====109 (Invalid Field Name)====
====109 (Bug Edit Denied)====


You specified a field that doesn't exist or isn't a drop-down field.
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)====
Confirmed users, Bureaucrats and Sysops emeriti
1,057

edits