gen_ai_hub.batch_service.exceptions module

Exceptions for the batch service module.

exception gen_ai_hub.batch_service.exceptions.BatchServiceError(request_id: str, message: str, status_code: int, headers: Headers)

Bases: Exception

Raised when the batch service returns an error response.

Captures the request_id from the error payload for tracing.

__init__(request_id: str, message: str, status_code: int, headers: Headers)