CatalogSeedError
Public failures from decoding, validating, and persisting a catalog.
Declaration
Section titled “Declaration”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">;}>]>;