mirror of https://github.com/pulumi/pulumi.git
![]() `log.error` will call the engine's `log` gRPC endpoint (if the engine is available; otherwise it will write to `console.error`) with `LogSeverity.ERROR`, which tell the engine to stop processing further resource operations. Without this, any uncaught errors (such as input validation errors done inside `apply`) would be written to stderr, but wouldn't actually result in an update error. |
||
---|---|---|
.. | ||
index.ts | ||
provider.ts | ||
server.ts |