8283848586878889909192
} protected boolean checkResponseStatus() { switch (this.status) { case 404: throw new PushSubscriptionNotFound(response); //403 and 429 are rate limit status case 403: case 429: backOff = 30; break;