V9.Common:Error

Jump to: navigation, search

Error

Contains an error, warning, or other information about a transaction.

Elements

NameTypeDescription
ErrorCode Integer Error ID.
ErrorName String Name of the message.
ErrorText String Description of the error, warning, or other information.
ErrorType ErrorType Type of message.

XML Response Example

<Error>
    <ErrorCode>502000</ErrorCode>
    <ErrorName>Listings_TitleTypeOutOfRange</ErrorName>
    <ErrorText>The Title Type is invalid. Using default.</ErrorText>
    <ErrorType>Warning</ErrorType>
</Error>

JSON Response Example

 "Error":{
    "ErrorCode":"502001",
    "ErrorName":"Listings_InvalidCopyType",
    "ErrorText":"The CopyType is invalid.",
    "ErrorType":"Error"
 }
 
Personal tools