Weekly Featured Properties error code register
The error response for the Weekly Featured Properties API is made up of a customer error code and a human-readable reason. An example of a customer error code is 2011001 and it is made up of the following parts:
- 201 identifies the service (201 - Weekly Featured Properties API)
- 1 identifies the severity, level 1 being the default for the time being
- 001 is a custom code that provides further details about the failure
List of current error codes and the error they correspond to:
| Code | Error |
|---|---|
| 2011001 | Create Weekly Featured Property Listing - Error parsing request |
| 2011002 | Create Weekly Featured Property Listing - Internal error interpreting JSON data |
| 2011003 | Create Weekly Featured Property Listing - Request body fails JSON schema validation |
| 2011004 | Create Weekly Featured Property Listing - Validation error: Pending Weekly Featured Property listing already exists for listingId |
| 2011005 | Create Weekly Featured Property Listing - Validation error: Activated Weekly Featured Property listing already exists for listingId |
| 2011006 | Create Weekly Featured Property Listing - Internal DB error |
| 2011007 | Create Weekly Featured Property - Validation error: Listing doesn’t pass the quality check. To activate WFP product listing should have at least 1 image assigned. |
| 2011008 | Create Weekly Featured Property - Validation error: Listing should be in the UK area to activate WFP product. |
| 2011009 | Product cannot be activated for this listing - no valid category |
Ranges for further details. These can be extended as the API is extended.
| Range | Feature |
|---|---|
| 001 - 010 | Create Weekly Featured Property Listing |
| 011 - 020 | Get Weekly Featured Property Listing(s) |
| 021 - 030 | Update Weekly Featured Property Listing |
| 051 - 060 | Listing Service |
| 061 - 070 | Listing Matching Service |
| 900 - 910 | Internal Service/Permission Errors |
Updated over 4 years ago