Errors

  • A non-OK HTTP status code.

    See more

    Declaration

    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 more

    Declaration

    Swift

    public struct InvalidJSONError : CustomNSError
  • HTTP status codes.

    Note

    Only those likely to be used by Algolia’s servers and SDK are listed here.
    See more

    Declaration

    Swift

    public enum StatusCode : Int