| Value: | 0 |
| Description: | Do not modify attempt params at all |
| Value: | 1 |
| Description: | Record the current attempt (adjust the number of attempts remaining), and schedule the next attempt based upon the scheduling algorithm. |
| Value: | 2 |
| Description: | Do not record the current attempt. Schedule the next attempt at the time given by tNow(calculated by the API call), plus tAttemptInterval seconds, as specified in the SnippetRequestStruct by the application. |