Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Classes | Enumerations
NMRequestError.h File Reference

Classes

class  NMRequestError
 

Enumerations

enum  NMRequestErrorType { NMRequestErrorTypeNone, NMRequestErrorTypeSdkNotInitialized, NMRequestErrorTypeSearchAlreadyInProgress, NMRequestErrorTypeSdkIsDestroyed }
 

Enumeration Type Documentation

◆ NMRequestErrorType

NMRequestErrorType defines types of errors which can occure while using search service.

Enumerator
NMRequestErrorTypeNone 
NMRequestErrorTypeSdkNotInitialized 

This type of error occures if search request proceeds when the SDK is not initialized.

NMRequestErrorTypeSearchAlreadyInProgress 

This type of error occures when attempting to start search request which is currently proceeding.

NMRequestErrorTypeSdkIsDestroyed 

This type of error occures if search request proceeds after the SDK was destroyed.