OBJECT

BitsProductPurchaseInfoError

Error information shown when priceInfo could not be retrieved for Bits Product.

link GraphQL Schema definition

1type BitsProductPurchaseInfoError {
2
3# The descriptive error code.
4code: BitsProductPurchaseInfoErrorCode!
5
6}