Skip to content

ColumnError

const ColumnError: ZodDiscriminatedUnion<[ZodObject<{ columnName: ZodString; type: ZodLiteral<"column/missing">; }, $strip>, ZodObject<{ actualColumnType: ZodEnum<{ array: "array"; base64: "base64"; boolean: "boolean"; categorical: "categorical"; date: "date"; date-time: "date-time"; decimal: "decimal"; duration: "duration"; email: "email"; geojson: "geojson"; hex: "hex"; integer: "integer"; list: "list"; number: "number"; object: "object"; string: "string"; time: "time"; topojson: "topojson"; unknown: "unknown"; url: "url"; wkb: "wkb"; wkt: "wkt"; }>; columnName: ZodString; expectedColumnType: ZodEnum<{ array: "array"; base64: "base64"; boolean: "boolean"; categorical: "categorical"; date: "date"; date-time: "date-time"; decimal: "decimal"; duration: "duration"; email: "email"; geojson: "geojson"; hex: "hex"; integer: "integer"; list: "list"; number: "number"; object: "object"; string: "string"; time: "time"; topojson: "topojson"; unknown: "unknown"; url: "url"; wkb: "wkb"; wkt: "wkt"; }>; type: ZodLiteral<"column/type">; }, $strip>], "type">

Defined in: metadata/models/error/column.ts:16