Interface EkmConnection.ConnectionErrorOrBuilder (0.1.0)

public static interface EkmConnection.ConnectionErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorDomain()

public abstract String getErrorDomain()

The error domain for the error

string error_domain = 1;

Returns
TypeDescription
String

The errorDomain.

getErrorDomainBytes()

public abstract ByteString getErrorDomainBytes()

The error domain for the error

string error_domain = 1;

Returns
TypeDescription
ByteString

The bytes for errorDomain.

getErrorMessage()

public abstract String getErrorMessage()

The error message for the error

string error_message = 2;

Returns
TypeDescription
String

The errorMessage.

getErrorMessageBytes()

public abstract ByteString getErrorMessageBytes()

The error message for the error

string error_message = 2;

Returns
TypeDescription
ByteString

The bytes for errorMessage.