Package io.didomi.sdk.events
Class ErrorEvent
-
- All Implemented Interfaces:
-
io.didomi.sdk.events.Event
public final class ErrorEvent implements Event
An error occurred within the SDK, preventing initialization.
-
-
Field Summary
Fields Modifier and Type Field Description private StringerrorMessageprivate final ErrorTypeerrorType
-
Constructor Summary
Constructors Constructor Description ErrorEvent(String errorMessage, ErrorType errorType)
-
Method Summary
Modifier and Type Method Description final StringgetErrorMessage()Description of the error final UnitsetErrorMessage(String errorMessage)Description of the error final ErrorTypegetErrorType()The type of error -
-
Method Detail
-
getErrorMessage
final String getErrorMessage()
Description of the error
-
setErrorMessage
final Unit setErrorMessage(String errorMessage)
Description of the error
-
getErrorType
final ErrorType getErrorType()
The type of error
-
-
-
-