public class RpcError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RpcError.Data |
Modifier and Type | Field and Description |
---|---|
int |
code |
RpcError.Data |
data |
String |
message |
@JsonPropertyDescription(value="A Number that indicates the error type that occurred.") public int code
@JsonPropertyDescription(value="A String providing a short description of the error.\nThe message SHOULD be limited to a concise single sentence.") public String message
@JsonPropertyDescription(value="A Primitive or Structured value that contains additional information about the error.\nThis may be omitted.\nThe value of this member is defined by the Server (e.g. detailed error information, nested errors etc.).") public RpcError.Data data
Copyright © 2015–2016 Hobrasoft s.r.o.. All rights reserved.