-
-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added data field in error handler in JS stub generator
According to [JSON-RPC](https://www.jsonrpc.org/specification#error_object) specification, the data field is optional, but valid
- Loading branch information
1 parent
361356d
commit 08d4128
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,3 +78,7 @@ Trevor Vannoy <[email protected]> | |
|
||
Ranganathan Balakrishnan <[email protected]> | ||
+ add JSON NUMERIC data type to accept both real and integer values | ||
|
||
Evgeny Petrov <[email protected]> | ||
+ added data field for error handler | ||
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters