public static interface ProcedureError.ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
optional int32 code = 2; |
java.lang.String |
getDetails()
optional string details = 4; |
com.google.protobuf.ByteString |
getDetailsBytes()
optional string details = 4; |
ProcedureError.ErrorTypes |
getError()
optional .dstore.engine.error.ErrorTypes error = 1; |
int |
getErrorValue()
optional .dstore.engine.error.ErrorTypes error = 1; |
java.lang.String |
getMessage()
optional string message = 3; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getErrorValue()
optional .dstore.engine.error.ErrorTypes error = 1;ProcedureError.ErrorTypes getError()
optional .dstore.engine.error.ErrorTypes error = 1;int getCode()
optional int32 code = 2;java.lang.String getMessage()
optional string message = 3;com.google.protobuf.ByteString getMessageBytes()
optional string message = 3;java.lang.String getDetails()
optional string details = 4;com.google.protobuf.ByteString getDetailsBytes()
optional string details = 4;