namespace AIStudio.Tools.Rust;
///
/// Runtime media error containing a stable code and an English log diagnostic.
///
/// Stable machine-readable error category.
/// US-English diagnostic intended for logs.
public sealed record MediaJobError(MediaJobErrorCode Code, string Message);