react-native-notify-kit / NativeError
Interface: NativeError
Defined in: packages/react-native/src/types/Library.ts:8
An Error that has occurred in native Android or iOS code converted into a JavaScript Error.
code
readonlycode:string
Defined in: packages/react-native/src/types/Library.ts:12
Error code, e.g. invalid-parameter
message
readonlymessage:string
Defined in: packages/react-native/src/types/Library.ts:17
Error message
nativeErrorCode
readonlynativeErrorCode:string|number
Defined in: packages/react-native/src/types/Library.ts:22
The native returned error code, different per platform
nativeErrorMessage
readonlynativeErrorMessage:string
Defined in: packages/react-native/src/types/Library.ts:27
The native returned error message, different per platform
