mirror of
https://github.com/callumio/suck.git
synced 2025-12-17 03:29:21 +00:00
fix: rename error to be more descriptive
This commit is contained in:
parent
d5cabeeedc
commit
1215e8ae74
1 changed files with 2 additions and 2 deletions
|
|
@ -10,6 +10,6 @@ pub enum Error {
|
||||||
/// No value source has been set
|
/// No value source has been set
|
||||||
NoSource,
|
NoSource,
|
||||||
|
|
||||||
/// Closure execution panicked
|
/// Internal error (e.g., mutex poisoning or source execution failure)
|
||||||
ClosurePanic,
|
InternalError,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue