← effectRuntime7Models1Accessors2Running2Symbols2ModelsTeardowninterfaceRepresents a teardown function that handles program completion and determines the exit code.AccessorsgetErrorExitCodeconstReads the runtime exit-code marker from an unknown error value.getErrorReportedconstReads the runtime error-reporting marker from an unknown error value.RunningdefaultTeardownconstThe default teardown function that determines exit codes from an Effect exit.makeRunMainconstCreates a platform-specific main program runner that handles Effect execution lifecycle.SymbolserrorExitCodetypeType-level key for the Runtime.errorExitCode marker.errorReportedtypeType-level key for the Runtime.errorReported marker.