Exception: Speechmatics::Response::Error::BadGateway

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

Constant Summary collapse

ERROR_STATUS =
502

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?, matches_status?

Constructor Details

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

Class Method Details

.matches_message?(_message) ⇒ Boolean

Returns:

  • (Boolean)


6
# File 'lib/speechmatics/response/error/bad_gateway.rb', line 6

def self.matches_message?(_message); true; end