| 80 | /// ======================== |
| 81 | |
| 82 | auto error_message_unassigned_buffer_view(std::string_view task_name, std::string_view attachment_name) -> std::string |
| 83 | { |
| 84 | return std::format("Detected empty TaskBufferView in attachment \"{}\" view assignment in task \"{}\"!", attachment_name, task_name); |
| 85 | } |
| 86 | |
| 87 | auto error_message_unassigned_image_view(std::string_view task_name, std::string_view attachment_name) -> std::string |
| 88 | { |