ApnsError

Error details directly from the Apple Push Notification service (APNs).

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.