TaskAddStatus Enum

Definition

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

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.

Success 0

The Task was added successfully.

Applies to