Module: HTTP2::Error

Overview

Stream, connection, and compressor exceptions.

Defined Under Namespace

Classes: CompressionError, ConnectionClosed, Error, FlowControlError, FrameSizeError, HandshakeError, InternalError, ProtocolError, StreamClosed, StreamLimitExceeded

Class Attribute Summary collapse

Class Attribute Details

.typesObject (readonly)

Returns the value of attribute types.



9
10
11
# File 'lib/http/2/error.rb', line 9

def types
  @types
end