Skip to content

Commit

Permalink
Update conductor/src/errors.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
nhudson and ianstanton authored Sep 26, 2024
1 parent 5267a24 commit 8e68eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conductor/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub enum ConductorError {
#[error("Google Cloud Storage error: {0}")]
GcsError(#[from] GcsError),

/// Google Cloud Storage error
/// Dataplane error
#[error("Dataplane not found error: {0}")]
DataplaneError(String),
}

0 comments on commit 8e68eb8

Please sign in to comment.