AbsioError

public enum AbsioError : Error, CustomStringConvertible
extension AbsioError: LocalizedError

AbsioError is a top layer class for error handling To take more informaring description please use description property

  • signingKeyNotFound: Singing key not found
  • sessionAlreadyInUse: Session is closed. Please create new Session
  • internalError: Unexpected internal SDK error
  • recipientKeyBlobNotFoundForUser: RKB not found
  • argumentError: Invalid paramater value
  • encryptionError: Encryption error
  • serverError: Server error
  • codedError: Internal coded error
  • notAuthenticatedError: User not authenticated
  • activeDerivationKeyNotFoundForUser: Cannot get active Derivation Key for user
  • ofsFileCreationException: OFS file creation error
  • databaseError: Database Errors
  • databaseIncorrectPasswordError: Database Error - Incorrect Password
  • Gets error description

    Declaration

    Swift

    public var description: String { get }
  • Declaration

    Swift

    public var errorDescription: String? { get }