Error
Description:
[ CCode ( cprefix = "SIGNON_ERROR_" ) ]
public errordomain Error
public errordomain Error
Possible Signon errors.
Namespace: Signon
Package: libsignon-glib
Content:
Error codes:
- CREDENTIALS_NOT_AVAILABLE - Query failed.
- ENCRYPTION_FAILED -
deprecated
: Failure during data encryption/decryption. - FORGOT_PASSWORD - User requested password reset sequence.
- IDENTITY_NOT_FOUND - The identity mathching the Identity was not found on the service.
- IDENTITY_OPERATION_CANCELED - Identity operation was canceled by the user.
- INCORRECT_DATE - Date/time incorrect on device.
- INTERNAL_COMMUNICATION - Error communicating with Sigon daemon.
- 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 in not available.
- METHOD_NOT_AVAILABLE - The requested method is not available.
- METHOD_NOT_KNOWN - The method with this name was not found.
- METHOD_OR_MECHANISM_NOT_ALLOWED - Method or mechanism not allowed for this identity.
- MISSING_DATA - The
SessionData
does not contain the necessary information. - NETWORK - Network connection failed.
- NOT_AUTHORIZED - Authorization failed.
- NO_CONNECTION - No network connection.
- 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 non-existent reference.
- REMOVE_FAILED - Removing credentials failed.
- RUNTIME - Casting
SessionData
into subclass failed. - SERVICE_NOT_AVAILABLE - The service is temporarily unavailable.
- SESSION_CANCELED - Challenge was canceled.
- SIGNOUT_FAILED - Signing out failed.
- SSL - SSL connection failed.
- STORE_FAILED - Storing credentials failed.
- TIMED_OUT - Challenge timed out.
- TOS_NOT_ACCEPTED - User declined Terms of Service.
- UNKNOWN - Catch-all for errors not distinguished by another code.
- USER_ERROR - Placeholder to rearrange enumeration - userspace specific.
- USER_INTERACTION - User interaction dialog failed.
- WRONG_STATE - An operation method has been called in an incorrect state.