Home
last modified time | relevance | path

Searched defs:createError (Results 1 – 12 of 12) sorted by relevance

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/utils/
H A DErrors.kt60 internal fun createError(code: String, message: String?): WritableMap { in createError() method
75 internal fun createError(code: String, error: PaymentIntent.Error?): WritableMap { in createError() method
79 internal fun createError(code: String, error: SetupIntent.Error?): WritableMap { in createError() method
83 internal fun createError(code: String, error: Exception): WritableMap { in createError() method
101 internal fun createError(code: String, error: Throwable): WritableMap { in createError() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/utils/
H A DErrors.kt60 internal fun createError(code: String, message: String?): WritableMap { in createError() method
75 internal fun createError(code: String, error: PaymentIntent.Error?): WritableMap { in createError() method
79 internal fun createError(code: String, error: SetupIntent.Error?): WritableMap { in createError() method
83 internal fun createError(code: String, error: Exception): WritableMap { in createError() method
101 internal fun createError(code: String, error: Throwable): WritableMap { in createError() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/utils/
H A DErrors.kt60 internal fun createError(code: String, message: String?): WritableMap { in createError() method
75 internal fun createError(code: String, error: PaymentIntent.Error?): WritableMap { in createError() method
79 internal fun createError(code: String, error: SetupIntent.Error?): WritableMap { in createError() method
83 internal fun createError(code: String, error: Exception): WritableMap { in createError() method
101 internal fun createError(code: String, error: Throwable): WritableMap { in createError() method
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/utils/
H A DErrors.kt60 internal fun createError(code: String, message: String?): WritableMap { in createError() method
74 internal fun createError(code: String, error: PaymentIntent.Error?): WritableMap { in createError() method
78 internal fun createError(code: String, error: SetupIntent.Error?): WritableMap { in createError() method
82 internal fun createError(code: String, error: Exception): WritableMap { in createError() method
100 internal fun createError(code: String, error: Throwable): WritableMap { in createError() method
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DErrors.swift39 class func createError (_ code: String, _ message: String?) -> NSDictionary { in createError() function
52 class func createError (_ code: String, _ error: NSError?) -> NSDictionary { in createError() function
66 … class func createError (_ code: String, _ error: STPSetupIntentLastSetupError?) -> NSDictionary { in createError() function
79 …class func createError (_ code: String, _ error: STPPaymentIntentLastPaymentError?) -> NSDictionar… in createError() function
92 class func createError(_ code: String, _ error: Error) -> NSDictionary { in createError() function
H A DStripeSdk.swift573 if let createError = error { variable
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DErrors.swift39 class func createError (_ code: String, _ message: String?) -> NSDictionary { in createError() function
52 class func createError (_ code: String, _ error: NSError?) -> NSDictionary { in createError() function
66 … class func createError (_ code: String, _ error: STPSetupIntentLastSetupError?) -> NSDictionary { in createError() function
79 …class func createError (_ code: String, _ error: STPPaymentIntentLastPaymentError?) -> NSDictionar… in createError() function
92 class func createError(_ code: String, _ error: Error) -> NSDictionary { in createError() function
H A DStripeSdk.swift657 if let createError = error { variable
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DErrors.swift40 class func createError (_ code: String, _ message: String?) -> NSDictionary { in createError() function
53 class func createError (_ code: String, _ error: NSError?) -> NSDictionary { in createError() function
67 … class func createError (_ code: String, _ error: STPSetupIntentLastSetupError?) -> NSDictionary { in createError() function
80 …class func createError (_ code: String, _ error: STPPaymentIntentLastPaymentError?) -> NSDictionar… in createError() function
93 class func createError(_ code: String, _ error: Error) -> NSDictionary { in createError() function
H A DStripeSdk.swift559 if let createError = error { variable
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DErrors.swift40 class func createError (_ code: String, _ message: String?) -> NSDictionary { in createError() function
53 class func createError (_ code: String, _ error: NSError?) -> NSDictionary { in createError() function
67 … class func createError (_ code: String, _ error: STPSetupIntentLastSetupError?) -> NSDictionary { in createError() function
80 …class func createError (_ code: String, _ error: STPPaymentIntentLastPaymentError?) -> NSDictionar… in createError() function
93 class func createError(_ code: String, _ error: Error) -> NSDictionary { in createError() function
H A DStripeSdk.swift559 if let createError = error { variable