mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 18:14:49 +00:00
move to monorepo dir
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// An error returned by the API
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct ApiError<'a> {
|
||||
pub error: &'a str,
|
||||
pub description: String,
|
||||
}
|
||||
Reference in New Issue
Block a user