Error
Description:
[ CCode ( cprefix = "GSIGNOND_ERROR_" ) ]
public errordomain Error
public errordomain Error
This enum provides a list of errors that plugins and extensions can use.
Namespace: GSignond
Package: gsignond
Content:
Error codes:
- AUTH_SERVICE_ERR - Placeholder to rearrange enumeration - AuthService specific
- AUTH_SESSION_ERR - Placeholder to rearrange enumeration - AuthSession/PluginInterface specific
- CREDENTIALS_NOT_AVAILABLE - Query failed.
- ENCRYPTION_FAILED - Failure during data encryption/decryption.
- ENCRYPTION_FAILURE - Failure during data encryption/decryption.
- FORGOT_PASSWORD - User requested reset password sequence.
- IDENTITY_ERR - Placeholder to rearrange enumeration - Identity specific
- IDENTITY_NOT_FOUND - The identity matching this Identity object was not found on the service.
- IDENTITY_OPERATION_CANCELED - Identity operation was canceled by user.
- INCORRECT_DATE - Date time incorrect on device.
- INTERNAL_COMMUNICATION - Communication with Signon Daemon error.
- INTERNAL_SERVER - Signon Daemon internal error.
- INVALID_CREDENTIALS - The supplied credentials are invalid for the mechanism implementation.
- INVALID_QUERY - Parameters for the query are invalid.
- MECHANISM_NOT_AVAILABLE - The requested mechanism is not available.
- METHOD_NOT_AVAILABLE - The requested method is not available.
- METHOD_NOT_KNOWN - The method with this name is not found.
- METHOD_OR_MECHANISM_NOT_ALLOWED - Method or mechanism not allowed for this identity.
- MISSING_DATA - The SessionData object does not contain necessary information.
- NETWORK - Network connetion failed.
- NONE - No error
- NOT_AUTHORIZED - Authorization failed.
- NO_CONNECTION - No Network connetion.
- OPERATION_FAILED - Temporary failure in authentication.
- OPERATION_NOT_SUPPORTED - The operation is not supported by the mechanism implementation.
- PERMISSION_DENIED - The operation cannot be performed due to insufficient client permissions.
- REFERENCE_NOT_FOUND - Trying to remove nonexistent reference.
- REMOVE_FAILED - Removing credentials failed.
- RUNTIME - Casting SessionData into subclass failed
- SERVICE_NOT_AVAILABLE - The service is temporarily unavailable.
- SESSION_CANCELED - Challenge was cancelled.
- SIGN_OUT_FAILED - SignOut failed.
- SSL - Ssl connection failed.
- STORE_FAILED - Storing credentials failed.
- TIMED_OUT - Challenge was timed out.
- TOS_NOT_ACCEPTED - User declined Terms of Service.
- UNKNOWN - Catch-all for errors not distinguished by another code.
- USER_ERR - Placeholder to rearrange enumeration - User space specific
- USER_INTERACTION - User interaction dialog failed
- WRONG_STATE - An operation method has been called in a wrong state.
Static methods:
- public static Error? new_from_variant (Variant @var)
Converts the GVariant to GError.
- public static Quark quark ()
Creates and returns a domain for GSignond errors.
- public static Variant? to_variant (Error error)
Converts the GError to GVariant.