Errors
-
A non-OK HTTP status code.
See moreDeclaration
Swift
public struct HTTPError : CustomNSError
-
The returned JSON is syntactically correct, but grammatically invalid. For example, it a mandatory attribute is missing, or an attribute is not of the expected type.
See moreDeclaration
Swift
public struct InvalidJSONError : CustomNSError
-
HTTP status codes.
Note
Only those likely to be used by Algolia’s servers and SDK are listed here.Declaration
Swift
public enum StatusCode : Int