1 2 3 4 5 6 7
pub const ErrorDescriptor = struct { Message: []const u8 }; pub const NotFoundDescriptor = ErrorDescriptor { .Message = "The requested object was not found" };