Skip to content

CatalogSeedError

Public failures from decoding, validating, and persisting a catalog.

const CatalogSeedError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{
code: Schema.Literal<"invalid_input">;
}>, Schema.Struct<{
code: Schema.Literal<"catalog_conflict">;
}>, Schema.Struct<{
code: Schema.Literal<"internal_error">;
}>]>;