-
- All Implemented Interfaces:
public final class RegisterResult.Failure extends RegisterResult
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final IntegerresponseCode
-
Constructor Summary
Constructors Constructor Description RegisterResult.Failure(String message, Integer responseCode)
-
Method Summary
Modifier and Type Method Description final StringgetMessage()final IntegergetResponseCode()-
-
Method Detail
-
getMessage
final String getMessage()
-
getResponseCode
final Integer getResponseCode()
-
-
-
-