InteractionResponse.RemoteError
  public
  static
  final
  
  class
  InteractionResponse.RemoteError
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.support.test.espresso.remote.InteractionResponse.RemoteError | 
TODO(b/31122396): parse this from a proto Enum representing wire protocol error codes and their default description.
Summary
| Constants | |
|---|---|
| int | REMOTE_ESPRESSO_ERROR_CODE
 | 
| int | REMOTE_PROTOCOL_ERROR_CODE
 | 
| Public methods | |
|---|---|
| 
        
        
        
        
        
        int | 
      getCode()
       | 
| 
        
        
        
        
        
        String | 
      getDescription()
       | 
| 
        
        
        
        
        
        String | 
      toString()
       | 
| Inherited methods | |
|---|---|
|  From
class 
  
    java.lang.Object
  
 | |
Constants
REMOTE_ESPRESSO_ERROR_CODE
int REMOTE_ESPRESSO_ERROR_CODE
Constant Value: 0 (0x00000000)
REMOTE_PROTOCOL_ERROR_CODE
int REMOTE_PROTOCOL_ERROR_CODE
Constant Value: 1 (0x00000001)
Public methods
getDescription
String getDescription ()
| Returns | |
|---|---|
| String | the description of this InteractionResponse.RemoteErrorinstance. | 
- Interfaces
- Classes- ConstructorInvocation
- EspressoRemote
- FieldDescriptor
- GenericRemoteMessage
- InteractionRequest
- InteractionRequest.Builder
- InteractionResponse
- InteractionResponse.Builder
- InteractionResponse.RemoteError
- NoopRemoteInteraction
- ProtoUtils
- RemoteDescriptor
- RemoteDescriptor.Builder
- RemoteDescriptorRegistry
- RemoteInteractionRegistry
- TypeProtoConverters
 
- Enums
- Exceptions
