summaryrefslogtreecommitdiff
path: root/pkg/harfbuzz/errors.zig
blob: 44a4d055ebffbec5294f15bc77b9a4fc27819f8d (plain)
1
2
3
4
5
pub const Error = error{
    /// Not very descriptive but harfbuzz doesn't actually have error
    /// codes so the best we can do!
    HarfbuzzFailed,
};