SEP08IncompleteInitData
extends Exception
in package
Exception thrown when RegulatedAssetsService cannot be initialized due to missing configuration.
This exception is thrown by the RegulatedAssetsService constructor when:
- Network passphrase cannot be determined from parameters or stellar.toml NETWORK_PASSPHRASE
- Horizon URL cannot be determined from parameters, stellar.toml HORIZON_URL, or known network defaults
The exception message indicates which configuration value could not be found.
Handling Recommendations:
- Ensure stellar.toml contains valid NETWORK_PASSPHRASE and HORIZON_URL fields
- Provide explicit network and horizonUrl parameters when calling constructor
- Verify stellar.toml is properly formatted and accessible
Common Causes:
- stellar.toml missing required NETWORK_PASSPHRASE field
- stellar.toml using custom network without providing HORIZON_URL
- stellar.toml file is malformed or incomplete