-
public final class Result.GenericError extends Result<Nothing, Nothing>
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegererrorCodeprivate final StringerrorMessage
-
Constructor Summary
Constructors Constructor Description Result.GenericError(Integer errorCode, String errorMessage)
-
Method Summary
Modifier and Type Method Description final IntegergetErrorCode()final StringgetErrorMessage()-
-
Method Detail
-
getErrorCode
final Integer getErrorCode()
-
getErrorMessage
final String getErrorMessage()
-
-
-
-