PRODUCT_NOT_READY

Returned when a data request has been made for a product that is not yet ready.

http code 400
{
 "error_category": "CONNECTION_ERROR",
 "error_code": "PRODUCT_NOT_READY",
 "error_message": "This connection is still ongoing, try again later",
 "display_message": null
}

Common causes

  • You called a product endpoint too early, before the data connection process had time to complete.

Troubleshooting steps

  • Wait for a short period of time and retry calling the product endpoint. The data will become available once the data connection process finishes successfully.