diff options
Diffstat (limited to 'crates/utils')
| -rw-r--r-- | crates/utils/tcp_connection/src/error.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/utils/tcp_connection/src/error.rs b/crates/utils/tcp_connection/src/error.rs index 3667a59..32d06cc 100644 --- a/crates/utils/tcp_connection/src/error.rs +++ b/crates/utils/tcp_connection/src/error.rs @@ -6,6 +6,9 @@ pub enum TcpTargetError { #[error("Authentication failed: {0}")] Authentication(String), + #[error("Reference sheet not allowed: {0}")] + ReferenceSheetNotAllowed(String), + #[error("Cryptographic error: {0}")] Crypto(String), |
