|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Protos.ErrorOrBuilder
| Method Summary | |
|---|---|
Protos.Error.ErrorCode |
getCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER]; |
long |
getExpectedValue()
optional uint64 expected_value = 3; |
String |
getExplanation()
optional string explanation = 2; |
com.google.protobuf.ByteString |
getExplanationBytes()
optional string explanation = 2; |
boolean |
hasCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER]; |
boolean |
hasExpectedValue()
optional uint64 expected_value = 3; |
boolean |
hasExplanation()
optional string explanation = 2; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
boolean hasCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
Protos.Error.ErrorCode getCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
boolean hasExplanation()
optional string explanation = 2;
NOT SAFE FOR HTML WITHOUT ESCAPING
String getExplanation()
optional string explanation = 2;
NOT SAFE FOR HTML WITHOUT ESCAPING
com.google.protobuf.ByteString getExplanationBytes()
optional string explanation = 2;
NOT SAFE FOR HTML WITHOUT ESCAPING
boolean hasExpectedValue()
optional uint64 expected_value = 3;
Can be set by the client when erroring to the server if a value was out of range. Can help with debugging.
long getExpectedValue()
optional uint64 expected_value = 3;
Can be set by the client when erroring to the server if a value was out of range. Can help with debugging.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||