NativeError

An Error that has occurred in native Android or iOS code converted into a JavaScript Error.


Properties

Error

cause

cause?: Error;

code

Error code, e.g. invalid-parameter

code: string;

message

Error message

message: string;

name

name: string;

nativeErrorCode

The native returned error code, different per platform

nativeErrorCode: string | number;

nativeErrorMessage

The native returned error message, different per platform

nativeErrorMessage: string;

stack

stack?: undefined | string;

Copyright 2020 - 2021 © Invertase Limited

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License and code samples are licensed under the Apache 2.0 License.

All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.