Back to Kitura

JSONPError

docs/Enums/JSONPError.html

3.0.1549 B
Original Source

JSONPError

public enum JSONPError : Swift.Error
extension JSONPError: CustomStringConvertible

An error that can be thrown while handling JSONP.

`

                invalidCallbackName(name:)
                `

The error thrown if the callback query parameter is invalid.

Declaration

Swift

case invalidCallbackName(name: String?)

`

                description
                `

A String representation of the error.

Declaration

Swift

public var description: String { get }