Fairmatic Operation Result
interface FairmaticOperationResult
A result of an operation performed on the Fairmatic SDK. This indicates whether the operation was a success or a failure. In the case of failure, a error code and error message are provided.
Inheritors
Types
Link copied to clipboard
data class Failure(val error: FairmaticErrorCode, val errorMessage: String) : FairmaticOperationResult
Error code and error message in case of failure.
Link copied to clipboard
Success result.