| Class | Description |
|---|---|
| Federation |
Helper class for resolving DigitalBits addresses.
|
| FederationResponse |
Object to hold a response from a federation server.
|
| FederationServer |
FederationServer handles a network connection to a
federation server
instance and exposes an interface for requests to that instance.
|
| Exception | Description |
|---|---|
| ConnectionErrorException | |
| DigitalBitsTomlNotFoundInvalidException |
DigitalBits.toml file was not found or was malformed.
|
| FederationServerInvalidException |
Federation server is invalid (malformed URL, not HTTPS, etc.)
|
| MalformedAddressException |
Given DigitalBits address is malformed.
|
| NoFederationServerException |
Federation server was not found in digitalbits.toml file.
|
| NotFoundException |
DigitalBits address not found by federation server
|
| ServerErrorException |
Federation server responded with error
|