Package-level declarations
Types
AccountRequiresMemoException is thrown when a transaction is trying to submit an operation to an account which requires a memo as defined in SEP-0029.
Exception thrown when the server returns a 4xx client error status code. This indicates that the request was malformed or contained invalid parameters.
Exception thrown when the server returns a 5xx server error status code. This indicates that the server encountered an error while processing the request.
Exception thrown when the request cannot be executed due to cancellation or connectivity problems. This typically occurs when there are network connectivity issues, DNS resolution failures, or the connection is unexpectedly closed.
Exception thrown when a request times out. This can occur when Horizon returns a Timeout status or when a connection timeout occurs.
Base exception class for SDK-specific errors that are not network-related.
Exception thrown when the server returns a 429 Too Many Requests status code. This indicates that the client has sent too many requests in a given amount of time.
Exception thrown when the server returns an unknown or unexpected status code. This typically occurs when the server returns a status code that is not handled by the SDK.