-
public final class Inquiry.Response.Error extends Inquiry.Response
Object returned when there is a problem during the Inquiry flow
-
-
Field Summary
Fields Modifier and Type Field Description private final String
debugMessage
-
Constructor Summary
Constructors Constructor Description Inquiry.Response.Error(String debugMessage)
-
Method Summary
Modifier and Type Method Description final String
getDebugMessage()
-
-
Constructor Detail
-
Inquiry.Response.Error
Inquiry.Response.Error(String debugMessage)
-
-
Method Detail
-
getDebugMessage
final String getDebugMessage()
-
-
-
-