Skip to content

Commit 4794c60

Browse files
committed
error: change ErrorCode type to int64
1 parent 6e18e82 commit 4794c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
package jsonrpc2
66

7-
type ErrorCode int
7+
type ErrorCode int64
88

99
const (
1010
ParseError ErrorCode = -32700

0 commit comments

Comments
 (0)