(name?: string)
| 1088 | * @since 2.0.0 |
| 1089 | */ |
| 1090 | export function fail(err: SourceError | Schema.SchemaError) { |
| 1091 | return make(() => Effect.fail(evaluationFailure(new ConfigError(err), false))) |
| 1092 | } |
| 1093 | |
| 1094 | /** |
| 1095 | * Creates a config that always succeeds with the given value, ignoring the |
nothing calls this directly
no test coverage detected
searching dependent graphs…