Enumeration

HaslMechanismAnonymousError

unstable since: 0.5

Declaration

error-domain Hasl.MechanismAnonymousError

Description [src]

Error codes for the anonymous mechanism.

Available since: 0.5

Members

HASL_MECHANISM_ANONYMOUS_ERROR_MISSING_USERNAME

No username was set in the context.

  • Value: 0
  • Available since: 0.5
HASL_MECHANISM_ANONYMOUS_ERROR_CLEARTEXT_NOT_ALLOWED

The allow cleartext property of the context is false and the context is not using TLS.

  • Value: 1
  • Available since: 0.5
HASL_MECHANISM_ANONYMOUS_ERROR_STRINGPREP_FAILED

Stringprep of the username failed.

  • Value: 2
  • Available since: 0.5

Type functions

hasl_mechanism_anonymous_error_quark

The error domain for errors with the anonymous mechanism.

unstable since: 0.5