diff --git a/internal/qerr/error_codes.go b/internal/qerr/error_codes.go index 133725009..4ac7cbfea 100644 --- a/internal/qerr/error_codes.go +++ b/internal/qerr/error_codes.go @@ -22,7 +22,6 @@ const ( TransportParameterError ErrorCode = 0x8 VersionNegotiationError ErrorCode = 0x9 ProtocolViolation ErrorCode = 0xa - InvalidMigration ErrorCode = 0xc CryptoBufferExceeded ErrorCode = 0xd ) @@ -70,8 +69,6 @@ func (e ErrorCode) String() string { return "VERSION_NEGOTIATION_ERROR" case ProtocolViolation: return "PROTOCOL_VIOLATION" - case InvalidMigration: - return "INVALID_MIGRATION" case CryptoBufferExceeded: return "CRYPTO_BUFFER_EXCEEDED" default: