{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

InteractionResponse.RemoteError

class InteractionResponse.RemoteError


TODO(b/31122396): parse this from a proto Enum representing wire protocol error codes and their default description.

Summary

Constants

const Int
const Int

Public constructors

Public functions

Int
String!
String!

Constants

REMOTE_ESPRESSO_ERROR_CODE

const val REMOTE_ESPRESSO_ERROR_CODEInt

REMOTE_PROTOCOL_ERROR_CODE

const val REMOTE_PROTOCOL_ERROR_CODEInt

Public constructors

RemoteError

RemoteError()

Public functions

getCode

fun getCode(): Int
Returns
Int

the error code of this RemoteError instance.

getDescription

fun getDescription(): String!
Returns
String!

the description of this RemoteError instance.

toString

fun toString(): String!