-
- All Implemented Interfaces:
-
app.perawallet.walletconnectv2.internal.common.model.type.SerializableJsonRpc
@JsonClass(generateAdapter = true) public final class JsonRpcResponse.JsonRpcError extends JsonRpcResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final StringerrorMessageprivate final Longidprivate final Stringjsonrpcprivate final JsonRpcResponse.Errorerror
-
Constructor Summary
Constructors Constructor Description JsonRpcResponse.JsonRpcError(Long id, String jsonrpc, JsonRpcResponse.Error error)
-
Method Summary
Modifier and Type Method Description final StringgetErrorMessage()LonggetId()final StringgetJsonrpc()final JsonRpcResponse.ErrorgetError()-
-
Constructor Detail
-
JsonRpcResponse.JsonRpcError
JsonRpcResponse.JsonRpcError(Long id, String jsonrpc, JsonRpcResponse.Error error)
-
-
Method Detail
-
getErrorMessage
final String getErrorMessage()
-
getJsonrpc
final String getJsonrpc()
-
getError
final JsonRpcResponse.Error getError()
-
-
-
-