MoERequestFailure

data class MoERequestFailure(val reason: MoERequestFailureReason, val message: String, val cause: Throwable? = null)

Describes a failure returned by a com.moengage.core.task.MoETask.

Author

Gowtham KK

Since

10.0.0

Constructors

Link copied to clipboard
constructor(reason: MoERequestFailureReason, message: String, cause: Throwable? = null)

Properties

Link copied to clipboard

The underlying exception, if any.

Link copied to clipboard

Human-readable description of the failure.

Link copied to clipboard

The reason why the operation failed.