2.2.5.4 ErrorCodeTypes

The ErrorCodeTypes simple type is used to represent the error codes in a subresponse. ErrorCodeTypes is the type definition of the ErrorCode attribute, which is part of a cell storage service subresponse operation. ErrorCodeTypes is a union of simple types, namely GenericErrorCodeTypes, CellRequestErrorCodeTypes, DependencyCheckRelatedErrorCodeTypes, LockAndCoauthRelatedErrorCodeTypes and NewEditorsTableCategoryErrorCodeTypes.

 <xs:simpleType name="ErrorCodeTypes">
  <xs:union memberTypes="tns:GenericErrorCodeTypes tns:CellRequestErrorCodeTypes tns:DependencyCheckRelatedErrorCodeTypes tns:LockAndCoauthRelatedErrorCodeTypes tns:NewEditorsTableCategoryErrorCodeTypes tns:VersioningRelatedErrorCodeTypes"/>
 </xs:simpleType>

GenericErrorCodeTypes is defined in section 2.2.5.6. CellRequestErrorCodeTypes is defined in section 2.3.2.1. DependencyCheckRelatedErrorCodeTypes is defined in section 2.2.5.2. LockAndCoauthRelatedErrorCodeTypes is defined in section 2.2.5.8. NewEditorsTableCategoryErrorCodeTypes is defined in section 2.2.5.14.

VersioningRelatedErrorCodeTypes is defined in section 2.2.5.16.