Module: Gio::TlsInteractionResult

Defined in:
(unknown)

Constant Summary collapse

UNHANDLED =

The interaction was unhandled (i.e. not

implemented).
0 or :unhandled
HANDLED =

The interaction completed, and resulting data

is available.
1 or :handled
FAILED =

The interaction has failed, or was cancelled.

and the operation should be aborted.
2 or :failed