Failure

data class Failure(val error: FairmaticErrorCode, val errorMessage: String) : FairmaticOperationResult

Error code and error message in case of failure.

Parameters

error
  • The error code for the failure.

errorMessage
  • Detailed message for the failure.

Constructors

Link copied to clipboard
constructor(error: FairmaticErrorCode, errorMessage: String)

Properties

Link copied to clipboard
Link copied to clipboard