文档

支持

Vivox Core SDK

Vivox Core SDK

Audio transcription error codes

Reference error codes for audio transcription.
阅读时间1 分钟最后更新于 12 天前

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.