feat: include specific plugin error to http response (#25794)

pull/25799/head
Paul Dix 2025-01-11 14:32:36 -05:00 committed by GitHub
parent bdcdb4f296
commit e421baf0bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ pub enum Error {
#[error("Python plugins not enabled on this server")]
PythonPluginsNotEnabled,
#[error("Plugin error")]
#[error("Plugin error: {0}")]
Plugin(#[from] influxdb3_processing_engine::plugins::Error),
#[error("Processing engine error: {0}")]