JSONPError

public enum JSONPError : Swift.Error
extension JSONPError: CustomStringConvertible

An error that can be thrown while handling JSONP.

  • The error thrown if the callback query parameter is invalid.

    Declaration

    Swift

    case invalidCallbackName(name: String?)
  • A String representation of the error.

    Declaration

    Swift

    public var description: String { get }