V9.Common:Errors

Jump to: navigation, search

Errors

Contains information about an abnormal transaction.

The Errors object is returned in the CoreResponse object.

Elements

NameTypeDescription
Errors Error [ ] An array of Error objects that contain errors, warnings, or information about the transaction.

XML Response Example

<Errors xmlns="http://api.rovicorp.com/v9/common/types">
   <Error>
      <ErrorCode>502000</ErrorCode>
      <ErrorName>Listings_TitleTypeOutOfRange</ErrorName>
      <ErrorText>The Title Type is invalid. Using default.</ErrorText>
      <ErrorType>Warning</ErrorType>
   </Error>
</Errors>
 
 
 
Personal tools