Enumerations

The following enumerations are available globally.

  • HTTP status codes and numbers.

    Usage Example:

    var httpStatusCode: HTTPStatusCode = .unknown
    
    See more

    Declaration

    Swift

    public enum HTTPStatusCode : Int
  • Enum defining possible server states.

    See more

    Declaration

    Swift

    public enum ServerState