Instance Methodmochidev.swift-webpush 0.4.2WebPush
hash(into:)
UserAgentKeyMaterialError.swift:56func hash(into hasher: inout Hasher)
func hash(into hasher: inout Hasher)
s7WebPush25UserAgentKeyMaterialErrorV4hash4intoys6HasherVz_tF
What are these?5M50O
import WebPush
struct UserAgentKeyMaterialError
An error encountered during Configuration
initialization or decoding.
@frozen struct Hasher
The universal hash function used by Set
and Dictionary
.
static func invalidAuthenticationSecret(underlyingError: Error) -> UserAgentKeyMaterialError
The authentication secret was invalid.
static func invalidPublicKey(underlyingError: Error) -> UserAgentKeyMaterialError
The public key was invalid.
var errorDescription: String? { get }
var underlyingError: any Error
The underlying error that caused this one.
static func == (lhs: Self, rhs: Self) -> Bool