aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 18c1b74..e20207d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -17,6 +17,8 @@ pub enum Error {
/// Requested symbol not found in the ELF file.
/// Captures the name of the requested symbol.
SymbolNotFound(String),
+ /// Error during symbol version lookup.
+ SymbolVersionError(String),
}
/// Representation of an 64-bit virtual address.