ExternalMapDataSourceErrorCode

public enum ExternalMapDataSourceErrorCode : UInt32, CaseIterable, Codable
extension ExternalMapDataSourceErrorCode : Error

Describes the reason for failing to configure SDKNativeEngine with external map data source. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Internal error occurred.

    Declaration

    Swift

    case internalError = 1
  • Error while adding catalog to DataStoreClient. Verify the same catalogs are added to the DataStoreServer instance on the server side.

    Declaration

    Swift

    case addCatalogError
  • Error while checking credentials. E.g. some field is empty but expected not empty

    Declaration

    Swift

    case invalidCredentials
  • Error while attempting to register OCM AM service

    Declaration

    Swift

    case serviceRegisterError
  • While attempting to register the connection, the client was being disposed

    Declaration

    Swift

    case clientDisposedError
  • This means that server is not launched or configuration settings is wrong. Make sense only on client side

    Declaration

    Swift

    case serverUnavailable