Exception: Speechmatics::Response::Error::InvalidAudio

Inherits:
Speechmatics::Response::Error show all
Defined in:
lib/speechmatics/response/error/invalid_audio.rb

Constant Summary collapse

ERROR_STATUS =
403
ERROR_MESSAGE =
'Job rejected due to invalid audio'

Constants inherited from Speechmatics::Response::Error

TYPES

Instance Attribute Summary

Attributes inherited from Speechmatics::Response::Error

#response

Method Summary

Methods inherited from Speechmatics::Response::Error

classify, error_message, inherited, #initialize, matches?, matches_message?, matches_status?

Constructor Details

This class inherits a constructor from Speechmatics::Response::Error