Skip to content

Commit

Permalink
Removed unused connection serial errorString from the error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jul 20, 2023
1 parent 86a23c0 commit 0f478f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/IO.Ably.Shared/Types/ErrorCodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ internal static class ErrorCodes
public const int ConnectionNotEstablishedNoTransportHandle = 80009;
public const int InvalidTransportHandle = 80010;
public const int UnableToRecoverIncompatibleAuthParams = 80011;
public const int UnableToRecoverInvalidOrUnspecifiedConnectionSerial = 80012;
public const int ProtocolError = 80013;
public const int ConnectionTimedOut = 80014;
public const int IncompatibleConnectionParams = 80015;
Expand Down

0 comments on commit 0f478f9

Please sign in to comment.