UnbluApiRetrievePersonInfoError

public enum UnbluApiRetrievePersonInfoError : Error

Error which can occur when trying to get the person info

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

    Declaration

    Swift

    case apiNotInitialized
  • 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