Class: TD::Types::CallState::Error
- Inherits:
-
TD::Types::CallState
- Object
- Dry::Struct
- Base
- TD::Types::CallState
- TD::Types::CallState::Error
- Defined in:
- lib/tdlib/types/call_state/error.rb
Overview
The call has ended with an error.
Instance Attribute Summary collapse
-
#error ⇒ TD::Types::Error
Error.
Method Summary
Methods inherited from Base
Instance Attribute Details
#error ⇒ TD::Types::Error
Error. An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout.
6 7 8 |
# File 'lib/tdlib/types/call_state/error.rb', line 6 def error @error end |