| Top |  |  |  |  | 
Error codes returned by snapd operations.
| not able to connect to snapd. | ||
| an error occurred while writing to snapd. | ||
| an error occurred while reading from snapd. | ||
| snapd did not understand the request that was sent. | ||
| the response received from snapd was not understood. | ||
| the requested operation requires authorization data. | ||
| the provided authorization data is invalid. | ||
| login requires a two factor code. | ||
| the two factor code provided at login is invalid. | ||
| this user account is not permitted to perform the requested operation. | ||
| an unspecified error occurred while communicating with snapd. | ||
| this user has not accepted the store's terms of service. | ||
| this user has not configured a payment method. | ||
| this user has had their payment method declined by the payment provider. | ||
| the requested snap is already installed. | ||
| the requested snap is not installed. | ||
| no update is available for this snap. | ||
| provided password is not valid. | ||
| this snap needs to be installed using devmode. | ||
| this snap needs to be installed using classic mode. | ||
| a classic system is required to install this snap. | ||
| a bad query was provided. | ||
| A timeout occurred during the request. | ||
| the requested snap couldn't be found. | ||
| the requested snap is not in the store. | 
Since: 1.0
#define SNAPD_ERROR snapd_error_quark ()
Error domain for errors returned by snapd. Errors in this domain will be from the SnapdError enumeration. See GError for information on error domains.