UnbluRetrievePersonInfoError

public enum UnbluRetrievePersonInfoError : Error

Error which can occur when trying to get the person info

  • UnbluClient is not initialized. May it is in error state if it was already initialized before

    Declaration

    Swift

    case clientNotInitialized
  • Thrown if the used collaboration server is not of version 5.x newer than 5.17 or newer than 6.3

    Declaration

    Swift

    case unsupportedCollaborationServerVersion