| java.lang.Object | |
| ↳ | androidx.test.espresso.remote.InteractionResponse |
Encapsulates a ERROR(/InteractionResultProto) request. Takes care of all the proto packing and
unpacking.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InteractionResponse.Builder | Builder for InteractionResponse |
||||||||||
| InteractionResponse.RemoteError | TODO(b/31122396): parse this from a proto Enum representing wire protocol error codes and their default description. | ||||||||||
| InteractionResponse.Status | The status of this interaction response. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
| Returns | |
|---|---|
InteractionResponse.RemoteError |
the Error of this InteractionResponse |
| Returns | |
|---|---|
InteractionResponse.Status |
the InteractionResponse.Status of this InteractionResponse |
| Returns | |
|---|---|
boolean |
true if a InteractionResponse.RemoteError has been set on this InteractionResponse |
| Returns | |
|---|---|
MessageLite |
|