PushApiError
public enum PushApiError
extension PushApiError: Equatable, Hashable
extension PushApiError: Foundation.LocalizedError
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 }