Exception: Speechmatics::Response::Error::Unknown

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

Constant Summary

Constants inherited from Speechmatics::Response::Error

TYPES

Instance Attribute Summary

Attributes inherited from Speechmatics::Response::Error

#response

Class Method Summary collapse

Methods inherited from Speechmatics::Response::Error

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

Constructor Details

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

Class Method Details

.matches?(_response) ⇒ Boolean

Returns:

  • (Boolean)


5
# File 'lib/speechmatics/response/error/unknown.rb', line 5

def self.matches?(_response); false; end