ErrorOrBuilder

interface ErrorOrBuilder

Functions

Link copied to clipboard
abstract fun getCode(): ErrorCode
code of the error
.TW.THORChainSwap.Proto.ErrorCode code = 1;
Link copied to clipboard
abstract fun getCodeValue(): Int
code of the error
.TW.THORChainSwap.Proto.ErrorCode code = 1;
Link copied to clipboard
abstract fun getMessage(): String
optional error message
string message = 2;
Link copied to clipboard
abstract fun getMessageBytes(): ByteString
optional error message
string message = 2;

Inheritors

Link copied to clipboard