| Code | Description | Comments | 
| 1100 
 | 1100 Required fields missing or invalid data. Error - orderLines[0].product.productNumber,orderLines[0].quantityOrdered Check the data in the fieldname in the error description | Check the data in the fieldname in the error description | 
| N01 | Not Valid Input | 
 | 
| 2000 
 | Error occurred while creating EDI order. Exception - org.eclipse.persistence.exceptions.ConversionException, Message - Exception Description: The object[#], of class[class java.lang.String], from mapping[org.eclipse.persistence.oxm.mappings.XMLDirectMapping[quantityOrdered-- > quantityOrdered / text()]] with descriptor[XMLDescriptor(com.westconb2b.services.dto.edi.EDIOrderEntryWsDTO-- > [])], could not be converted to[class java.lang.Long]. Internal Exception: java.lang.NumberFormatException: For input string: "#" | Incorrect Datatype (ie passing string but expecting integer) | 
| SOAP:Server 
 | Server Error | SOAP:Server Server Error Input data violates request schema (invalid fieldname, field length exceeded, data type mismatch, etc.) |