Module: HTTP2::Error
- Included in:
- Connection, FlowBuffer, Framer, Header::Decompressor, Header::EncodingContext, Header::Huffman, 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
-
.types ⇒ Object
readonly
Returns the value of attribute types.
Class Attribute Details
.types ⇒ Object (readonly)
Returns the value of attribute types.
9 10 11 |
# File 'lib/http/2/error.rb', line 9 def types @types end |