class Error429 extends HttpError {
  constructor(properties) {
    super();
    this.status = 429;
    this.code = 'TOO_MANY_REQUESTS';