diff --git a/geyser-plugin-interface/src/geyser_plugin_interface.rs b/geyser-plugin-interface/src/geyser_plugin_interface.rs index fc363487bc..37653eaa4c 100644 --- a/geyser-plugin-interface/src/geyser_plugin_interface.rs +++ b/geyser-plugin-interface/src/geyser_plugin_interface.rs @@ -107,6 +107,10 @@ pub enum GeyserPluginError { /// Any custom error defined by the plugin. #[error("Plugin-defined custom error. Error message: ({0})")] Custom(Box), + + /// Error when updating the transaction. + #[error("Error updating transaction. Error message: ({msg})")] + TransactionUpdateError { msg: String }, } /// The current status of a slot