public class JsonRpcError extends Object
| Constructor and Description |
|---|
JsonRpcError() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
Object |
getData() |
String |
getMessage() |
void |
setCode(int code) |
void |
setData(Object data) |
void |
setMessage(String message) |
String |
toString() |
Copyright © 2025. All rights reserved.