CreateTasksErrorException 类
定义
The exception that is thrown when the TaskOperations#createTasks(String, List) operation is terminated.
public class CreateTasksErrorException extends BatchErrorException
- 继承
继承成员
BatchErrorException.BatchErrorException(final String message, final Response<ResponseBody> response)
BatchErrorException.BatchErrorException(final String message, final Response<ResponseBody> response, final BatchError body)
BatchErrorException.body()
构造函数
CreateTasksErrorException(final String message, List<TaskAddResult> failureTaskList, List<TaskAddParameter> pendingTaskList) |
Initializes a new instance of the CreateTasksErrorException class.
|
方法
failureTaskList() | |
pendingTaskList() |