https://github.com/zio/zio/blob/b533d4c760f40fb6b530f0e8bdf81e0ffa912f06/core/shared/src/main/scala/zio/Config.scala#L287-L288 Should be ```scala def ||(that: Error): Error = Error.Or(self, that) ```