Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Error thrown when required native modules are not available in the React Native environment.

Extends

  • Error

Constructors

Constructor

new ModuleResolutionError(
   moduleName: string, 
   requiredFor: string, 
   message?: string): ModuleResolutionError;
Creates a new ModuleResolutionError.

Parameters

ParameterTypeDescription
moduleNamestringThe name of the missing module.
requiredForstringThe API or feature that requires the module.
message?stringOptional custom error message.

Returns

ModuleResolutionError

Overrides

Error.constructor

Properties

PropertyModifierTypeDescription
moduleNamepublicstringThe name of the missing module.
requiredForpublicstringThe API or feature that requires the missing module.