Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Instance Methods | Class Methods | Properties | List of all members
NMRequestError Class Reference

Inherits <NSObject>.

Instance Methods

(nonnull instancetype) - NS_UNAVAILABLE
 

Class Methods

(nonnull instancetype) + NS_UNAVAILABLE
 

Properties

NSString * info
 
NMRequestErrorType type
 

Detailed Description

A class used to describe an error which can appear during the request.

Method Documentation

◆ NS_UNAVAILABLE() [1/2]

- (nonnull instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE() [2/2]

+ (nonnull instancetype) NS_UNAVAILABLE

Property Documentation

◆ info

- (NSString*) info
readnonatomiccopy

Error description.

◆ type

- (NMRequestErrorType) type
readnonatomicassign

The type of the error.