namespace Kavita.API.Errors; public record ApiException(int Status, string? Message = null, string? Details = null);