Interface InstallErrorOrBuilder (1.3.4)

public interface InstallErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorMessage()

public abstract String getErrorMessage()

A string representing the user facing error message

string error_message = 1;

Returns
TypeDescription
String

The errorMessage.

getErrorMessageBytes()

public abstract ByteString getErrorMessageBytes()

A string representing the user facing error message

string error_message = 1;

Returns
TypeDescription
ByteString

The bytes for errorMessage.