ApnsError
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"status_code": integer,
"reason": string
} |
Fields |
status_code |
integer
Status code in the response from APNs. See APNs status codes for explanations of possible values.
|
reason |
string
Failure reason in the response from APNs. See values for explanations of possible values.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-29 UTC.
[null,null,["Last updated 2025-05-29 UTC."],[],[],null,["# ApnsError\n\nError details directly from the [Apple Push Notification service (APNs)](https://goo.gl/MXRTPa).\n\n| JSON representation |\n|------------------------------------------------------|\n| ``` { \"status_code\": integer, \"reason\": string } ``` |\n\n| Fields ||\n|---------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| `status_code` | `integer` Status code in the response from APNs. See [APNs status codes](https://goo.gl/BtPJLj) for explanations of possible values. |\n| `reason` | `string` Failure reason in the response from APNs. See [values](https://goo.gl/oFSRPg) for explanations of possible values. |"]]