Values.RecipeVersionErrorDetailSourceRepresents any errors encountered when attempting to delete multiple recipe versions.
type nonrec t = {errorCode : ErrorCode.t option;The HTTP status code for the error.
*)errorMessage : RecipeErrorMessage.t option;The text of the error message.
*)recipeVersion : RecipeVersion.t option;The identifier for the recipe version associated with this error.
*)}