feat: New patch fetch command to fetch patches
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -85,6 +85,12 @@ pub enum N34Error {
|
||||
"Issue not found, make sure it is in the relays and make sure that the ID is an issue ID"
|
||||
)]
|
||||
CanNotFoundIssue,
|
||||
#[error(
|
||||
"Patch not found, make sure it is in the relays and make sure that the ID is an patch ID"
|
||||
)]
|
||||
CanNotFoundPatch,
|
||||
#[error("The given patch id is not a root patch")]
|
||||
NotRootPatch,
|
||||
}
|
||||
|
||||
impl N34Error {
|
||||
|
||||
Reference in New Issue
Block a user