reject

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
fun reject(error: MoERequestFailure)

For SDK internal use only — rejects the task with a failure.


@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
fun reject(throwable: Throwable)

For SDK internal use only — rejects the task wrapping throwable as an unknown error.