Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 19, 2024
1 parent c9ab44a commit f3104c3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/synology_file_station.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ use thiserror::Error;

use crate::credential_manager::Credential;

/*
100 Unknown error
101 No parameter of API, method or version
102 The requested API does not exist
*/

#[allow(dead_code)] // We will allow dead code here since these can be used for error checking with Synology.
#[derive(Error, Debug)]
pub enum SynologyError {
#[error("Unknown error")]
Expand Down

0 comments on commit f3104c3

Please sign in to comment.