mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 21:12:11 +00:00
3 lines
96 B
C#
3 lines
96 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public sealed record MediaJobError(string Code, string Message); |