get host addr/port from database when requesting credentials
This commit is contained in:
@@ -198,6 +198,8 @@ pub enum RequestError {
|
||||
InvalidJson,
|
||||
#[error("Error reading/writing stream: {0}")]
|
||||
StreamIOError(#[from] std::io::Error),
|
||||
#[error("Error loading configuration data: {0}")]
|
||||
Setup(#[from] SetupError),
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user