cli
cli copied to clipboard
Always return a result from database command methods
Description
-
Return
SystemCall::Resultobjects from guard checks at database util class methods instead of primitivetruevalues. This removes the need for checking the object of the returned. -
Replace
FailureStruct with a class to remove warnings at test outputs.Failure constant redefined