Enumeration
DSSError
public enum DSSError: Error, Equatable
Ошибка myDSS
Relationships
Conforms To
Equatable
Error
LocalizedError
Enumeration Cases
internalError
case internalError
missingRequiredData
case missingRequiredData
localKeypairIsMissing
case localKeypairIsMissing
storageNotInitialized
case storageNotInitialized
installingCertificatesError
case installingCertificatesError(details: String)
secureEnclaveError
case secureEnclaveError(details: String)
devicePropertiesNotSet
case devicePropertiesNotSet
selfRegistrationIsForbidden
case selfRegistrationIsForbidden
qrTypeInvalid
case qrTypeInvalid
activationRequired
case activationRequired
deviceNotFound
case deviceNotFound
verificationQRValueRequired
case verificationQRValueRequired
verificationDeclined
case verificationDeclined
userExists
case userExists
userDoesNotExist
case userDoesNotExist
storingError
case storingError
userIsCreated
case userIsCreated
userIsInstalled
case userIsInstalled
userIsNotVerified
case userIsNotVerified
userIsActive
case userIsActive
userIsExpired
case userIsExpired
userIsInactive
case userIsInactive
approveRequired
case approveRequired
userIsRejected
case userIsRejected
keyStatusInvalid
case keyStatusInvalid
keyFlagsCorrupted
case keyFlagsCorrupted
wrongPassword
case wrongPassword
userIsNotActivated
case userIsNotActivated
handleInvalid
case handleInvalid
pinRetrievingError
case pinRetrievingError(String)
encryptionError
case encryptionError
decryptionError
case decryptionError
unsupportedCertificate
case unsupportedCertificate
wrongCertificateRequest
case wrongCertificateRequest
clientSideKeypairDoesNotExist
case clientSideKeypairDoesNotExist
keyActivationTypesAreMissing
case keyActivationTypesAreMissing
connectionError
case connectionError
networkError
case networkError(code: Int, message: String? = nil)
confirmationError
case confirmationError(approveRequest: DSSApproveRequest, reason: String)
signingError
case signingError(approveRequest: DSSApproveRequest, reason: String)
operationNotFound
case operationNotFound
invalidDocument
case invalidDocument(details: String? = nil)
downloadingError
case downloadingError(details: String? = nil)
canceled
case canceled
forgotPIN
case forgotPIN
wrongQR
case wrongQR(value: String)
Properties
errorDescription
public var errorDescription: String?