| 2001 | 400 Bad Request | Unable to process your request. Missing or invalid request parameters. | Review the details array in the response for the specific field(s) that failed validation and correct them before retrying. |
| 2002 | 400 Bad Request | Unable to process the payment. | Re-tokenize the guest payment method and retry with new token. |
| 2003 | 400 Bad Request | Unable to make requested modification. | Check the modification rules for this reservation (e.g. rate policy, check-in window) and adjust the request accordingly. |
| 2005 | 400 Bad Request | Missing TripAdvisor IDs | Verify the TripAdvisor IDs supplied are valid and mapped to properties in the Selfbook catalog. |
| 2009 | 400 Bad Request | Unable to process your request. The custom_data object has errors. | Review the details array for specific custom_data field errors and correct them. |
| 2010 | 400 Bad Request | This reservation is non-cancellable. | This reservation cannot be cancelled. The rate is non-refundable. No further action is possible via the API. |
| 2010 | 400 Bad Request | Invalid coordinates or radius | Provide valid latitude and longitude values in decimal degree format. |
| 2011 | 400 Bad Request | Invalid search radius | Set the search radius to a value between 0.1 and 25 kilometers. |
| 2012 | 400 Bad Request | Search radius too large | Reduce the search radius to 25 kilometers or less. |
| 2013 | 400 Bad Request | Invalid filter parameters | Review the filter combinations in your request; certain filters cannot be combined. Consult the API reference for supported combinations. |
| 2014 | 400 Bad Request | Invalid pagination parameters | Ensure page and page_size are positive integers. |