Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

Audio transcription error codes

Reference error codes for audio transcription.
Read time 1 minuteLast updated 2 days ago

If a speech-to-text transcription-related request fails, the Vivox SDK might return one of the following error codes through the
FOnBeginSetChannelTranscriptionCompletedDelegate
callback:
  • VxErrorTargetObjectDoesNotExist
    - The IChannelSession is not connected with BeginConnect().
  • 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.