Docs

PaymentsSDKError

type PaymentsSDKError = {
  code: PaymentsSDKErrorCode | PayWithCryptoErrorCode;
  error: Error;
};