Indicate that the operation failed - sameera/Codoxide.Outcome GitHub Wiki
A failed operation should return a "failed outcome". This is signaled by a false
Outcome<T>.IsSuccessful
property.
A failed operation should return a "failed outcome". This is signaled by a false
Outcome<T>.IsSuccessful
property.