API reference / @evolu/common / Type / BrandWithoutRefineError
Interface: BrandWithoutRefineError<Name, ParentError>
Defined in: packages/common/src/Type.ts:1046
Extends
TypeError<Name>
Type Parameters
| Type Parameter |
|---|
Name extends TypeName |
ParentError extends TypeError |
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
parentError | readonly | ParentError | - | - | packages/common/src/Type.ts:1050 |
type | readonly | Name | - | TypeError.type | packages/common/src/Type.ts:428 |
value | readonly | unknown | The value that was received and caused the error. Provides additional context for debugging and validation feedback. | TypeError.value | packages/common/src/Type.ts:434 |