Exception: PostProxy::ConflictError

Inherits:
Error
  • Object
show all
Defined in:
lib/postproxy/errors.rb

Overview

  1. Raised for a duplicate submission (response[:duplicate_post_id]), a backfill that is already running (response[:profile_sync_id]), or a request whose Idempotency-Key is still in flight.

Instance Attribute Summary

Attributes inherited from Error

#response, #status_code

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from PostProxy::Error