@Deprecated public interface ErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCode()
Deprecated.  
 Canonical gRPC error code. 
 | 
com.google.protobuf.Any | 
getData()
Deprecated.  
 Optional additional information. 
 | 
com.google.protobuf.AnyOrBuilder | 
getDataOrBuilder()
Deprecated.  
 Optional additional information. 
 | 
String | 
getMessage()
Deprecated.  
 Human readable error. 
 | 
com.google.protobuf.ByteString | 
getMessageBytes()
Deprecated.  
 Human readable error. 
 | 
boolean | 
hasData()
Deprecated.  
 Optional additional information. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCode()
Canonical gRPC error code.
uint32 code = 1;String getMessage()
Human readable error.
string message = 2;com.google.protobuf.ByteString getMessageBytes()
Human readable error.
string message = 2;boolean hasData()
Optional additional information.
.google.protobuf.Any data = 3;com.google.protobuf.Any getData()
Optional additional information.
.google.protobuf.Any data = 3;com.google.protobuf.AnyOrBuilder getDataOrBuilder()
Optional additional information.
.google.protobuf.Any data = 3;Copyright © 2018 OpenDaylight. All rights reserved.