- 
                    
                    
- All Implemented Interfaces:
 
public final class InquiryResponse.Error extends InquiryResponse
Object returned when there is a problem during the Inquiry flow
 
- 
                
                    
                    
- 
                                
                            
                                
Field Summary
Fields Modifier and Type Field Description private final StringdebugMessageprivate final Stringcause 
- 
                                
                            
                                
Constructor Summary
Constructors Constructor Description InquiryResponse.Error(String debugMessage, String cause) 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final StringgetDebugMessage()reason why the Inquiry did not complete correctly final StringgetCause()information about an exception if the error was due to an exception - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
getDebugMessage
final String getDebugMessage()
reason why the Inquiry did not complete correctly
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -