@situm/react-native
    Preparing search index...

    Variable logErrorConst

    logError: (response: unknown) => void = ...

    Small utility that can be used as an error handler. You cannot just pass console.error as a failure callback - it's not properly bound. If passes an Error object, it will print the message and stack.

    Type declaration

      • (response: unknown): void
      • Parameters

        • response: unknown

        Returns void