TaskAddStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for TaskAddStatus.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum TaskAddStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type TaskAddStatus =
Public Enum TaskAddStatus
- Inheritance
-
TaskAddStatus
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The Task was added successfully. |
ClientError | 1 | The Task failed to add due to a client error and should not be retried without modifying the request as appropriate. |
ServerError | 2 | Task failed to add due to a server error and can be retried without modification. |