type ErrCode … const ErrCodeNo … const ErrCodeProtocol … const ErrCodeInternal … const ErrCodeFlowControl … const ErrCodeSettingsTimeout … const ErrCodeStreamClosed … const ErrCodeFrameSize … const ErrCodeRefusedStream … const ErrCodeCancel … const ErrCodeCompression … const ErrCodeConnect … const ErrCodeEnhanceYourCalm … const ErrCodeInadequateSecurity … const ErrCodeHTTP11Required … var errCodeName … func (e ErrCode) String() string { … } func (e ErrCode) stringToken() string { … } type ConnectionError … func (e ConnectionError) Error() string { … } type StreamError … var errFromPeer … func streamError(id uint32, code ErrCode) StreamError { … } func (e StreamError) Error() string { … } type goAwayFlowError … func (goAwayFlowError) Error() string { … } type connError … func (e connError) Error() string { … } type pseudoHeaderError … func (e pseudoHeaderError) Error() string { … } type duplicatePseudoHeaderError … func (e duplicatePseudoHeaderError) Error() string { … } type headerFieldNameError … func (e headerFieldNameError) Error() string { … } type headerFieldValueError … func (e headerFieldValueError) Error() string { … } var errMixPseudoHeaderTypes … var errPseudoAfterRegular …