RegistryHttpError

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

A base exception that includes metadata about the HTTP response.

Parameters: