-
An unknown error occurred.
Declaration
Objective-C
MGLErrorCodeUnknown = -1
Swift
case unknown = -1
-
The resource could not be found.
Declaration
Objective-C
MGLErrorCodeNotFound = 1
Swift
case notFound = 1
-
The connection received an invalid server response.
Declaration
Objective-C
MGLErrorCodeBadServerResponse = 2
Swift
case badServerResponse = 2
-
An attempt to establish a connection failed.
Declaration
Objective-C
MGLErrorCodeConnectionFailed = 3
Swift
case connectionFailed = 3
-
A style parse error occurred while attempting to load the map.
Declaration
Objective-C
MGLErrorCodeParseStyleFailed = 4
Swift
case parseStyleFailed = 4
-
An attempt to load the style failed.
Declaration
Objective-C
MGLErrorCodeLoadStyleFailed = 5
Swift
case loadStyleFailed = 5