Errors¶
- exception aiosend.exceptions.APIError(method, error)¶
Bases:
CryptoPayErrorException for API errors.
- exception aiosend.exceptions.APITimeoutError(method, timeout)¶
Bases:
CryptoPayErrorException raised when the API request times out.
- exception aiosend.exceptions.CryptoPayError¶
Bases:
ExceptionBase class for exceptions in this module.
- exception aiosend.exceptions.DeserializationError(method, message)¶
Bases:
CryptoPayErrorException for deserialization errors.
- exception aiosend.exceptions.MethodValuesError(message)¶
Bases:
CryptoPayErrorException raised when method values are invalid.
- exception aiosend.exceptions.WrongNetworkError(message)¶
Bases:
CryptoPayErrorException raised when the token is served by different network.