@prisma-next/sql-runtime 0.5.0-dev.9 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -197,7 +197,8 @@ The SQL runtime uses stable error codes for programmatic error handling:
197
197
  - `RUNTIME.MISSING_EXTENSION_PACK` — Contract requires an extension pack not provided in stack
198
198
  - `RUNTIME.DUPLICATE_PARAMETERIZED_CODEC` — Multiple extensions registered same parameterized codec
199
199
  - `RUNTIME.DUPLICATE_MUTATION_DEFAULT_GENERATOR` — Multiple components registered the same mutation default generator id (details include `existingOwner` and `incomingOwner`)
200
- - `RUNTIME.MUTATION_DEFAULT_GENERATOR_MISSING` — Contract references a generator id that no composed runtime component provides
200
+ - `RUNTIME.MISSING_MUTATION_DEFAULT_GENERATOR` — Contract references mutation default generator id(s) the assembled stack does not provide; surfaced at `createExecutionContext` time (details include `ids`)
201
+ - `RUNTIME.MUTATION_DEFAULT_GENERATOR_MISSING` — Defense-in-depth lazy fallback raised by `applyMutationDefaults` when a generator becomes unavailable after context creation
201
202
  - `RUNTIME.TYPE_PARAMS_INVALID` — Type parameters fail codec schema validation
202
203
  - `RUNTIME.CODEC_MISSING` — Required codec not found in registry
203
204
  - `RUNTIME.DECODE_FAILED` — Row decoding failed