Skip to content

blackbox-prober-0.1.20: Avoid unwrapping Aerospike errors

Compare
Choose a tag to compare
@geobeau geobeau released this 20 Sep 17:49
· 24 commits to main since this release
Aerospike errors implement the std error interface
so we can use them as is
Unwrapping is bad because if the error didn't wrap another error in the first place it will return nil
It was make the probe panic