| Exception | Description |
|---|---|
| FederationResponseTooLargeException |
Thrown when the federation server response exceeds the maximum allowed size.
|
| FederationServerInvalidException |
Federation server is invalid (malformed URL, not HTTPS, etc.)
|
| NoFederationServerException |
Federation server was not found in stellar.toml file.
|
| NotFoundException |
Stellar address not found by federation server
|
| StellarTomlNotFoundInvalidException |
Stellar.toml file was not found or was malformed.
|
| StellarTomlTooLargeException |
Thrown when the stellar.toml file exceeds the maximum allowed size.
|