Exception: Speechmatics::Response::Error::InternalServerError
- Inherits:
-
Speechmatics::Response::Error
- Object
- StandardError
- Speechmatics::Response::Error
- Speechmatics::Response::Error::InternalServerError
- Defined in:
- lib/speechmatics/response/error/internal_server_error.rb
Constant Summary collapse
- ERROR_STATUS =
500
Constants inherited from Speechmatics::Response::Error
Instance Attribute Summary
Attributes inherited from Speechmatics::Response::Error
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
6 |
# File 'lib/speechmatics/response/error/internal_server_error.rb', line 6 def self.(); true; end |