API reference › @evolu/common › Type › TransformOutputError
Defined in: packages/common/src/Type.ts:2502
Wraps an error produced by the output Type of transform.
Extends
TypeError<Name>.TransparentTypeError
Properties
[transparentTypeErrorSymbol]?
readonly optional [transparentTypeErrorSymbol]?: true;
Defined in: packages/common/src/Type.ts:1017
Inherited from
TransparentTypeError.[transparentTypeErrorSymbol]
outputError
readonly outputError: OutputError;
Defined in: packages/common/src/Type.ts:2508
The error returned by the output Type.
type
readonly type: Name;
Defined in: packages/common/src/Type.ts:893