public final class JsonrpcResponseMessageConstants extends Object
JsonrpcResponseMessage interface.| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME_ERROR
The name of the property maps to
$.error part. |
static String |
PROPERTY_NAME_RESULT
The property name for
$.result part. |
public static final String PROPERTY_NAME_RESULT
$.result part. The value is "result".
This member is REQUIRED on success.
This member MUST NOT exist if there was an error invoking the method.
The value of this member is determined by the method invoked on the Server.
public static final String PROPERTY_NAME_ERROR
$.error part. The value is "error".
This member is REQUIRED on error.
This member MUST NOT exist if there was no error triggered during invocation.
The value for this member MUST be an Object as defined in section 5.1.
Copyright © 2019–2020 Jinahya, Inc.. All rights reserved.