Module: HTTP2::Error

Included in:
Connection, FlowBuffer, Framer, Header::Decompressor, Header::EncodingContext, Stream
Defined in:
lib/http/2/error.rb

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