RequestError

public enum RequestError<T> : LocalizedError, CustomStringConvertible where T : Error

An error produced by a RequestManager

LocalizedError

  • Declaration

    Swift

    public var errorDescription: String? { get }

CustomStringConvertible

  • Declaration

    Swift

    public var description: String { get }