TaskAddStatus Enum
- java.
lang. Object - java.
lang. Enum<TaskAddStatus> - com.
microsoft. azure. batch. protocol. models. TaskAddStatus
- com.
- java.
public enum TaskAddStatus
Defines values for TaskAddStatus.
Fields
CLIENT_ERROR |
The task failed to add due to a client error and should not be retried without modifying the request as appropriate. |
SERVER_ERROR |
Task failed to add due to a server error and can be retried without modification. |
SUCCESS |
The task was added successfully. |
Methods
fromString(String value)
public static TaskAddStatus fromString(String value)
Parses a serialized value to a TaskAddStatus instance.
Parameters
- value
- String
Returns
the parsed TaskAddStatus object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java