Method: Kafka::Protocol::FetchResponse::FetchedPartition#error_code
- Defined in:
- lib/kafka/protocol/fetch_response.rb
#error_code ⇒ Object (readonly)
Returns the value of attribute error_code.
31 32 33 |
# File 'lib/kafka/protocol/fetch_response.rb', line 31 def error_code @error_code end |