Skip to content

OfferInstallationError

Public missing implementation identity without private configuration or credentials.

const OfferInstallationError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{
code: Schema.Literal<"invalid_offer_installation">;
}>, Schema.Struct<{
code: Schema.Literal<"missing_offer_implementation">;
kind: Schema.Literals<readonly ["download_asset", "fulfillment_binding", "meter", "merchant_access_policy"]>;
key: Schema.String;
revision: Schema.brand<Schema.Int, "DefinitionRevision">;
}>]>;