pub type GroupResponse = Result<ApiData<ApiObject<ScanlationGroupAttributes>>, Error>;
enum GroupResponse { Ok(ApiData<ApiObject<ScanlationGroupAttributes>>), Err(Error), }
Contains the success value
Contains the error value