API reference@evolu/commonType › TransformOutputError

Defined in: packages/common/src/Type.ts:2505

Wraps an error produced by the output Type of transform.

Extends

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

Inherited from

TypeError.type