react-native-google-mobile-ads
Documentation
GitHub
npm
Preparing search index...
NativeError
Class NativeError
Hierarchy
Error
NativeError
Index
Constructors
constructor
Methods
from
Event
get
Stack
With
Message
Properties
code
js
Stack
message
namespace
user
Info
Constructors
constructor
new
NativeError
(
nativeError
:
{
userInfo
:
{
code
:
string
;
message
:
string
}
}
,
jsStack
:
string
,
namespace
:
string
,
)
:
NativeError
Parameters
nativeError
:
{
userInfo
:
{
code
:
string
;
message
:
string
}
}
jsStack
:
string
namespace
:
string
Returns
NativeError
Methods
Static
from
Event
fromEvent
(
errorEvent
:
{
code
:
string
;
message
:
string
}
,
namespace
:
string
,
stack
?:
string
,
)
:
NativeError
Parameters
errorEvent
:
{
code
:
string
;
message
:
string
}
namespace
:
string
Optional
stack
:
string
Returns
NativeError
Static
get
Stack
With
Message
getStackWithMessage
(
message
:
string
,
jsStack
:
string
)
:
string
Build a stack trace that includes JS stack prior to calling the native method.
Parameters
message
:
string
jsStack
:
string
Returns
string
Properties
code
code
:
string
js
Stack
jsStack
:
string
message
message
:
string
namespace
namespace
:
string
user
Info
userInfo
:
{
code
:
string
;
message
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Event
get
Stack
With
Message
Properties
code
js
Stack
message
namespace
user
Info
Documentation
Documentation
GitHub
npm
react-native-google-mobile-ads
Loading...
Build a stack trace that includes JS stack prior to calling the native method.