Skip to content

Commit

Permalink
chore: keep neqo_transport::Error internal errors sorted (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Oct 4, 2024
1 parent 1708886 commit 12fc1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-transport/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ pub enum Error {
KeyUpdateBlocked,
NoAvailablePath,
NoMoreData,
NotAvailable,
NotConnected,
PacketNumberOverlap,
PeerApplicationError(AppError),
Expand All @@ -138,7 +139,6 @@ pub enum Error {
UnknownFrameType,
VersionNegotiation,
WrongRole,
NotAvailable,
}

impl Error {
Expand Down

0 comments on commit 12fc1aa

Please sign in to comment.