Invalid record status

This error occurs when client is trying to execute an action which is not intended to be executed in the current record status. In the example below, the client tried to execute an action which is allowed only for records which have the status readyForCorrection, but the record status was recognizing.

{
  "type": "https://docs.gospeech.com/docs/invalid-record-status",
  "title": "Unable to complete the operation due to incorrect record status",
  "status": 400,
  "detail": "Record status expected to be 'readyForCorrection', but got 'recognizing'",
  
}

What’s Next

Find out more information about record statuses.