:right-sidebar: True TlsInteractionResult =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.30 .. class:: TlsInteractionResult :no-contents-entry: :obj:`~gi.repository.Gio.TlsInteractionResult` is returned by various functions in :obj:`~gi.repository.Gio.TlsInteraction` when finishing an interaction request. Fields ------ .. rst-class:: interim-class .. class:: TlsInteractionResult :no-index: .. attribute:: FAILED The interaction has failed, or was cancelled. and the operation should be aborted. .. attribute:: HANDLED The interaction completed, and resulting data is available. .. attribute:: UNHANDLED The interaction was unhandled (i.e. not implemented).