-
An unknown error occurred.
Declaration
Objective-C
MGLErrorCodeUnknown = -1Swift
case unknown = -1 -
The resource could not be found.
Declaration
Objective-C
MGLErrorCodeNotFound = 1Swift
case notFound = 1 -
The connection received an invalid server response.
Declaration
Objective-C
MGLErrorCodeBadServerResponse = 2Swift
case badServerResponse = 2 -
An attempt to establish a connection failed.
Declaration
Objective-C
MGLErrorCodeConnectionFailed = 3Swift
case connectionFailed = 3
Install in Dash
MGLErrorCode Enum Reference