// No active engine configuration for this provider.
{
"status": false,
"data": {
"message": "NO_VOICE_ENGINE_CONFIGURATION_AVAILABLE"
}
}
// User's id not exists in biometrid environment.
{
"status": false,
"data": {
"message": "USERID_NOT_EXISTS"
}
}
//Client not found by given key.
{
"status": false,
"data": {
"message": "CLIENT_NOT_FOUND/CHECK_AUTHENTICATION_HEADERS"
}
}