public static interface EkmConnection.ConnectionErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorDomain()
public abstract String getErrorDomain()The error domain for the error
 string error_domain = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The errorDomain. | 
getErrorDomainBytes()
public abstract ByteString getErrorDomainBytes()The error domain for the error
 string error_domain = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for errorDomain. | 
getErrorMessage()
public abstract String getErrorMessage()The error message for the error
 string error_message = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The errorMessage. | 
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()The error message for the error
 string error_message = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for errorMessage. |