Sailfish Secrets
API DocumentationResult QML Type
The result of a secrets operation More...
Import Statement: | import Sailfish.Secrets 1.0 |
Properties
- code : enumeration
- errorCode : enumeration
- errorMessage : string
Detailed Description
Property Documentation
The result code associated with the result
Constant | Value |
---|---|
Succeeded | |
Pending | |
Failed |
The error code associated with the result
Constant | Value |
---|---|
NoError | |
UnknownError | |
SerializationError | |
DaemonError | |
DiscoveryError | |
PermissionsError | |
IncorrectAuthenticationCodeError | |
AuthenticationTimeoutError | |
OperationNotSupportedError | |
OperationRequiresUserInteraction | |
OperationRequiresApplicationUserInteraction | |
OperationRequiresSystemUserInteraction | |
SecretManagerNotInitializedError | |
SecretsDaemonRequestPidError | |
SecretsDaemonRequestQueueFullError | |
SecretsDaemonLockedError | |
SecretsDaemonNotLockedError | |
SecretsPluginEncryptionError | |
SecretsPluginDecryptionError | |
SecretsPluginKeyDerivationError | |
SecretsPluginIsLockedError | |
InvalidSecretError | |
InvalidSecretIdentifierError | |
InvalidFilterError | |
InvalidCollectionError | |
InvalidExtensionPluginError | |
InvalidApplicationIdError | |
CollectionAlreadyExistsError | |
SecretAlreadyExistsError | |
CollectionIsLockedError | |
CollectionIsBusyError | |
DatabaseQueryError | |
DatabaseTransactionError | |
DatabaseError | |
InteractionServiceUnknownError | |
InteractionServiceUnavailableError | |
InteractionServiceRequestInvalidError | |
InteractionServiceRequestFailedError | |
InteractionServiceRequestBusyError | |
InteractionServiceResponseInvalidError | |
InteractionViewUnavailableError | |
InteractionViewRequestError | |
InteractionViewParentError | |
InteractionViewChildError | |
InteractionViewError | |
InteractionViewUserCanceledError | |
NetworkError | |
NetworkSslError | |
HttpContinue | |
HttpSwitchingProtocol | |
HttpOk | |
HttpCreated | |
HttpAccepted | |
HttpNonAuthoritativeInformation | |
HttpNoContent | |
HttpResetContent | |
HttpPartialContent | |
HttpMultipleChoice | |
HttpMovedPermanently | |
HttpFound | |
HttpSeeOther | |
HttpNotModified | |
HttpUseProxy | |
HttpUnused | |
HttpTemporaryRedirect | |
HttpPermanentRedirect | |
HttpBadRequest | |
HttpUnauthorized | |
HttpPaymentRequired | |
HttpForbidden | |
HttpNotFound | |
HttpMethodNotAllowed | |
HttpNotAcceptable | |
HttpProxyAuthenticationRequired | |
HttpRequestTimeout | |
HttpConflict | |
HttpGone | |
HttpLengthRequired | |
HttpPreconditionFailed | |
HttpPayloadTooLarge | |
HttpUriTooLong | |
HttpUnsupportedMediaType | |
HttpRequestRangeNotSatisfiable | |
HttpExpectationFailed | |
HttpMisdirectedRequest | |
HttpUpgradeRequired | |
HttpPreconditionRequired | |
HttpTooManyRequests | |
HttpRequestHeaderFieldsTooLarge | |
HttpUnavailableForLegalReasons | |
HttpInternalServerError | |
HttpNotImplemented | |
HttpBadGateway | |
HttpServiceUnavailable | |
HttpGatewayTimeout | |
HttpVersionNotSupported | |
HttpVariantAlsoNegotiates | |
HttpInsufficientStorage | |
HttpNetworkAuthenticationRequired | |
OtherError |