Instance Methodmochidev.swift-webpush 0.4.2WebPush
hash(into:)
PushServiceError.swift:44func hash(into hasher: inout Hasher)
func hash(into hasher: inout Hasher)
import WebPush
struct PushServiceError
An unknown Push Service error was encountered.
@frozen struct Hasher
The universal hash function used by Set
and Dictionary
.
init(response: HTTPClientResponse)
Create a new http error.
var errorDescription: String? { get }
let response: HTTPClientResponse
The HTTP response that was returned from the push service..
static func == (lhs: Self, rhs: Self) -> Bool