azure.batch.custom package

Submodules

azure.batch.custom.custom_errors module

exception azure.batch.custom.custom_errors.CreateTasksErrorException(pending_tasks=None, failure_tasks=None, errors=None)[source]

Aggregate Exception containing details for any failures from a task add operation.

Parameters
  • message (str) – Error message describing exit reason

  • pending_tasks ([~TaskAddParameter]) – List of tasks remaining to be submitted.

  • failure_tasks ([~TaskAddResult]) – List of tasks which failed to add

  • errors ([~Exception]) – List of unknown errors forcing early termination

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args

azure.batch.custom.patch module

azure.batch.custom.patch.batch_error_exception_string(self)[source]
azure.batch.custom.patch.build_new_add_collection(original_add_collection)[source]
azure.batch.custom.patch.patch_client()[source]