PushApiError
public enum PushApiError : Swift.Error, Equatable, Hashable, Foundation.LocalizedError
extension PushApiError: Sendable
The main Error returned from the Push component, each variant describes a different error
-
Declaration
Swift
case UaidNotRecognizedError(message: String) -
Declaration
Swift
case RecordNotFoundError(message: String) -
Declaration
Swift
case InternalError(message: String) -
Declaration
Swift
public var errorDescription: String? { get }