Instance Propertymochidev.swift-webpush 0.4.2WebPush
errorDescription
PushServiceError.swift:34var errorDescription: String? { get }
var errorDescription: String? { get }
import WebPush
struct PushServiceError
An unknown Push Service error was encountered.
@frozen struct String
A Unicode string value that is a collection of characters.
init(response: HTTPClientResponse)
Create a new http error.
let response: HTTPClientResponse
The HTTP response that was returned from the push service..
static func == (lhs: Self, rhs: Self) -> Bool
func hash(into hasher: inout Hasher)