react-native-google-mobile-ads
    Preparing search index...

    Class NativeError

    Hierarchy

    • Error
      • NativeError
    Index
    • Parameters

      • nativeError: { userInfo: { code: string; message: string } }
      • jsStack: string
      • namespace: string

      Returns NativeError

    • Build a stack trace that includes JS stack prior to calling the native method.

      Parameters

      • message: string
      • jsStack: string

      Returns string

    code: string
    jsStack: string
    message: string
    namespace: string
    userInfo: { code: string; message: string }