TlsChannelBindingError
Description:
[ CCode ( cprefix = "G_TLS_CHANNEL_BINDING_ERROR_" , type_id = "g_tls_channel_binding_error_get_type ()" ) ]
[ Version ( since = "2.66" ) ]
public errordomain TlsChannelBindingError
An error code used with g_tls_channel_binding_error in a Error to indicate a
TLS channel binding retrieval error.
Content:
Error codes:
- GENERAL_ERROR - Any other
backend error preventing binding data retrieval.
- INVALID_STATE - The
handshake is not yet complete on the connection which is a strong requirement for any existing binding type.
- NOT_AVAILABLE - Handshake
is complete but binding data is not available.
- NOT_IMPLEMENTED -
Either entire binding retrieval facility or specific binding type is not implemented in the TLS backend.
- NOT_SUPPORTED - Binding
type is not supported on the current connection.
Static methods: