enum Gio::TlsInteractionResult

Overview

#GTlsInteractionResult is returned by various functions in #GTlsInteraction when finishing an interaction request.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/gio.cr

Enum Members

Unhandled = 0_u32

The interaction was unhandled (i.e. not implemented).

Handled = 1_u32

The interaction completed, and resulting data is available.

Failed = 2_u32

The interaction has failed, or was cancelled. and the operation should be aborted.

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def failed? #

[View source]
def handled? #

[View source]
def unhandled? #

[View source]