OBJECT
BitsProductPurchaseInfoError
Error information shown when priceInfo could not be retrieved for Bits Product.
link GraphQL Schema definition
1 type BitsProductPurchaseInfoError { 2 3 # The descriptive error code. 4 : BitsProductPurchaseInfoErrorCode! 5 6 }