Documentation

Support

Vivox Core SDK

Vivox Core SDK

Audio transcription error codes

Reference error codes for audio transcription.
Read time 1 minuteLast updated 20 hours ago

If a speech-to-text transcription request fails, the Vivox SDK might return one of the following
status_code
messages:
  • VxErrorInvalidArgument
    : The
    session_handle
    is not specified.
  • VxErrorTargetObjectDoesNotExist
    : The
    session_handle
    is not referencing any joined channel.
  • VxErrorNotLoggedIn
    : The user is not signed in.
  • VxErrorNotSupported
    : Speech-to-text is not enabled on the server.
  • Anything in the 20120-20128 error code range (such as
    VxAccessTokenExpired
    ) indicates an access token-related error.
    For more information, refer to the Access Token Developer Guide.