@logixjs/core
Preparing search index...
InternalContracts
ConstructionGuard
guardBuildTime
Function guardBuildTime
guardBuildTime
<
A
,
E
,
R
>
(
self
:
Effect
<
A
,
E
,
R
>
,
)
:
Effect
<
A
,
ConstructionGuardError
|
E
,
R
>
guardBuildTime:
During Build Env/Reflection, catch "missing service" defects and convert them into actionable errors.
Preserve other failures/defects as-is (do not swallow business error semantics).
Type Parameters
A
E
R
Parameters
self
:
Effect
<
A
,
E
,
R
>
Returns
Effect
<
A
,
ConstructionGuardError
|
E
,
R
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...
guardBuildTime: