Skip to content

Commit d3e29c6

Browse files
Removing canceled from LRO status docs
1 parent feceb27 commit d3e29c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/communication-services/quickstarts/email/includes/email-operation-status.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ ms.service: azure-communication-services
1616
| NotStarted | We're not sending this status from our service at this time. |
1717
| Running | The email send operation is currently in progress and being processed. |
1818
| Succeeded | The email send operation has completed without error and the email is out for delivery. Any detailed status about the email delivery beyond this stage can be obtained either through Azure Monitor or through Azure Event Grid. [Learn how to subscribe to email events](../handle-email-events.md) |
19-
| Failed | The email send operation wasn't successful and encountered an error. The email wasn't sent. The result contains an error object with more details on the reason for failure or cancellation. |
20-
| Canceled | The email send operation was canceled before it could complete. The email wasn't sent. The result contains an error object with more details on the reason for failure or cancellation.|
19+
| Failed | The email send operation wasn't successful and encountered an error. The email wasn't sent. The result contains an error object with more details on the reason for failure. |

0 commit comments

Comments
 (0)