The result of validating an application against a list of target environments.
If is_ok returns true (or equivalently if the errors collection is empty),
the application passed validation, and can run in all the environments against
which it was checked. Otherwise, at least one component cannot run in at least
one target environment, and the errors collection contains the details.