Values.BatchDeleteAdvancedPromptOptimizationJobErrorSourceBatch deletion error for an advanced prompt optimization job.
type nonrec t = {jobIdentifier : AdvancedPromptOptimizationJobIdentifier.t option;Identifier of the job that failed to delete.
*)code : String_.t option;Error code for the deletion failure.
*)message : String_.t option;Error message describing the deletion failure.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AdvancedPromptOptimizationJobIdentifier.t ])
list ]