ErrorCodes

Properties

Link copied to clipboard

Denotes a failure caused by an invalid request.

Link copied to clipboard
const val ERROR_NETWORK: Int

Denotes a failure caused by a network connectivity problems.

Link copied to clipboard

Denotes a failure caused by network timeout.

Link copied to clipboard

Denotes a failure caused by an unfinished download of the voice data.

Link copied to clipboard
const val ERROR_OUTPUT: Int

Denotes a failure related to the output (audio device or a file).

Link copied to clipboard
const val ERROR_SERVICE: Int

Denotes a failure of a TTS service.

Link copied to clipboard
const val ERROR_SYNTHESIS: Int

Denotes a failure of a TTS engine to synthesize the given input.