Skip to content

OfferRegistrationError

Public identity conflict; never includes the conflicting purchase or price payload.

const OfferRegistrationError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{
code: Schema.Literal<"offer_revision_conflict">;
key: Schema.brand<Schema.String, "OfferKey">;
revision: Schema.brand<Schema.Int, "DefinitionRevision">;
}>, Schema.Struct<{
code: Schema.Literal<"purchase_revision_conflict">;
key: Schema.brand<Schema.String, "PurchaseKey">;
revision: Schema.brand<Schema.Int, "DefinitionRevision">;
}>, Schema.Struct<{
code: Schema.Literal<"invalid_offer_collection">;
}>]>;