API reference / @evolu/common / Type / BrandWithoutRefineError
Interface: BrandWithoutRefineError<Name, ParentError>
Defined in: packages/common/src/Type.ts:811
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:815 |
type | readonly | Name | - | TypeError .type | packages/common/src/Type.ts:245 |
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:251 |