@Target(value=TYPE) @Retention(value=RUNTIME) public @interface JsonRpcError
int
code
httpCode
String
message
public abstract int code
public abstract int httpCode
public abstract String message
Copyright © 2018. All rights reserved.