Interface Requests.ErrorResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Requests.ErrorResponse,Requests.ErrorResponse.Builder
- Enclosing class:
Requests
public static interface Requests.ErrorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.topology_requests.ErrorCode errorCode = 1;int.topology_requests.ErrorCode errorCode = 1;string errorMessage = 2;com.google.protobuf.ByteStringstring errorMessage = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getErrorCodeValue
int getErrorCodeValue().topology_requests.ErrorCode errorCode = 1;- Returns:
- The enum numeric value on the wire for errorCode.
-
getErrorCode
Requests.ErrorCode getErrorCode().topology_requests.ErrorCode errorCode = 1;- Returns:
- The errorCode.
-
getErrorMessage
String getErrorMessage()string errorMessage = 2;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()string errorMessage = 2;- Returns:
- The bytes for errorMessage.
-