API reference › @evolu/common › Type › TransformOutputError
Defined in: packages/common/src/Type.ts:2505
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:876
Inherited from
TransparentTypeError.[transparentTypeErrorSymbol]
outputError
readonly outputError: OutputError;
Defined in: packages/common/src/Type.ts:2511
The error returned by the output Type.
type
readonly type: Name;
Defined in: packages/common/src/Type.ts:870