Structurehummingbird 2.10.0Hummingbird
Code
URLEncodedFormNode.swift:17struct Code
struct Code
import Hummingbird
struct URLEncodedFormError
Error thrown from parsing URLEncoded forms
let code: Code
var description: String { get }
let value: String
protocol Equatable
A type that can be compared for value equality.
protocol Sendable
static var addingToInvalidType: Self { get }
trying to add an array or dictionary value to something isnt an array of dictionary
static var corruptKeyValue: Self { get }
corrupt dictionary key in form data
static var duplicateKeys: Self { get }
encoded form has duplicate keys in it
static var failedToPercentDecode: Self { get }
failed to percent decode key or value
static var invalidArrayIndex: Self { get }
Array includes an invalid array index
static var notSupported: Self { get }
Form structure not supported eg arrays of arrays
static var unexpectedError: Self { get }
Unexpected errpr
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.