PushNotificationsError
96 |public enum PushNotificationsError : Error
100 |
101 | Error thrown by PushNotifications.
104 | 105 |Values
106 | 107 |error
General error message.
-
116 |
-
117 | 118 |124 |
119 | 120 | 121 | error(_:
123 |) 122 |125 | 126 |145 |127 | 128 | 144 |129 |132 |General error.
130 | 131 |133 |140 |Declaration
134 |135 |139 |Swift
136 |
137 | 138 |case error(String)
141 | Show on GitHub 142 |143 |
146 |