Type Alias RuntimeProviderErrorContext
RuntimeProviderErrorContext:
| { phase: "provider.layer.build"; source: "provider" }
| {
instanceId?: string;
moduleId?: string;
phase: "debug.lifecycle_error";
runtimeLabel?: string;
source: "provider";
}
| {
code: string;
hint?: string;
instanceId?: string;
message: string;
moduleId?: string;
phase: "debug.diagnostic_error";
runtimeLabel?: string;
source: "provider";
}