https://pulumi.com logo
#python
Title
e

echoing-breakfast-73834

08/18/2020, 4:04 PM
Hey all, does anybody know how to properly return
CheckResult
object with failures? I've tried
return CheckResult(None, check_failures)
,
return CheckResult([], check_failures)
and
return CheckResult(_news, check_failures)
but each of them raise a different error.