2.2.5.14 NewEditorsTableCategoryErrorCodeTypes

The NewEditorsTableCategoryErrorCodeTypes simple type is used to represent error codes for the processing of an EditorsTable subrequest.<23>

 <xs:simpleType name="NewEditorsTableCategoryErrorCodeTypes">
     <xs:restriction base="xs:string">
        <xs:enumeration value="EditorMetadataQuotaReached"/>
        <xs:enumeration value="EditorMetadataStringExceedsLengthLimit"/>
        <xs:enumeration value="EditorClientIdNotFound"/>
     </xs:restriction>
 </xs:simpleType>

The value of NewEditorsTableCategoryErrorCodeTypes MUST be one of the values in the following table.

Value

Meaning

"EditorMetadataQuotaReached"

Indicates an error when the protocol client has already exceeded its quota for number of key/value pairs.

"EditorMetadataStringExceedsLengthLimit"

Indicates an error when the key and value exceeds the server’s length limit.

"EditorClientIdNotFound"

Indicates an error when the specify client does not currently exist in the editors table.