Exception: Houston::Notification::APNSError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Houston::Notification::APNSError
- Defined in:
- lib/houston/notification.rb
Constant Summary collapse
- CODES =
{ 0 => "No errors encountered", 1 => "Processing error", 2 => "Missing device token", 3 => "Missing topic", 4 => "Missing payload", 5 => "Invalid token size", 6 => "Invalid topic size", 7 => "Invalid payload size", 8 => "Invalid token", 10 => "Shutdown", 255 => "Unknown error" }