# ActionResult

The outcome reported via [`drs.reportActionResult()`](/sdk-ref/platform/modules/drs#reportactionresult).

## Members

| Member | Value | Description |
|  --- | --- | --- |
| `success` | `"success"` | The user successfully completed the action |
| `failure` | `"failure"` | The action failed or the user failed the challenge |
| `incomplete` | `"incomplete"` | The action was not completed |