honua-admin › Errors¶
The admin client raises the same exception hierarchy as the data-plane
SDK — there is no admin-specific exception surface. Catch
HonuaError for any failure, or one of its subclasses
(HonuaHttpError/HonuaAuthError/HonuaRateLimitError for HTTP
failures; HonuaTransportError/HonuaTimeoutError for transport
failures) when you need finer-grained handling. See the
honua-sdk error reference for the full
documentation of: