-
- All Implemented Interfaces:
-
com.screenmeet.sdk.response.CompletionResult
public final class CompletionError implements CompletionResult
-
-
Constructor Summary
Constructors Constructor Description CompletionError(ErrorCode code, String message)
-
Method Summary
Modifier and Type Method Description final ErrorCodecomponent1()final Stringcomponent2()final CompletionErrorcopy(ErrorCode code, String message)final ErrorCodegetCode()final StringgetMessage()final UnitsetCode(ErrorCode code)final UnitsetMessage(String message)-
-
Method Detail
-
component1
final ErrorCode component1()
-
component2
final String component2()
-
copy
final CompletionError copy(ErrorCode code, String message)
-
getMessage
final String getMessage()
-
setMessage
final Unit setMessage(String message)
-
-
-
-