RegistryHttpError

exception kafkit.registry.RegistryHttpError(status_code: int, *args: Any, error_code: Optional[int] = None, message: Optional[str] = None)

Bases: kafkit.registry.RegistryError

A base exception that includes metadata about the HTTP response.

Parameters