-
- 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 String
debugMessage
private final String
cause
-
Constructor Summary
Constructors Constructor Description InquiryResponse.Error(String debugMessage, String cause)
-
Method Summary
Modifier and Type Method Description final String
getDebugMessage()
reason why the Inquiry did not complete correctly final String
getCause()
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
-
-
-
-