User Guide

166 Chapter 5: XML Results Reference
Attributes
field
The name of the parameter that was invalid.
subcode The reason that the parameter was invalid. The following table shows the possible
values for this attribute:
type The type of the parameter, such as "id", "long", or "string".
Contained tags
None (empty tag).
Returned by
Any invalid API.
Example
<invalid field="sco-id" type="id" subcode="missing" />
last-name
Description
A users last name.
Attributes
None.
Contained tags
None (content only).
Returned by
sco-info, sco-search
Example
<last-name>Tennant</last-name>
Value Description
duplicate
The call attempted to add a duplicate item in a context where uniqueness is
required.
format
A passed parameter had the wrong format.
illegal-operation
The requested operation violates integrity rules (for example, moving a
folder into itself is an illegal operation).
missing
A required parameter was missing.
no-such-item
The requested information does not exist.
range
The value is outside the permitted range of values.