Skip to content

Commit

Permalink
fix: error code of JsonRpcInternalError
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Sep 9, 2023
1 parent 25631b7 commit 3615dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygls/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def to_dict(self):


class JsonRpcInternalError(JsonRpcException):
CODE = -32602
CODE = -32603
MESSAGE = "Internal Error"

@classmethod
Expand Down

0 comments on commit 3615dd7

Please sign in to comment.