Exception: Increase::Errors::IdempotencyKeyAlreadyUsedError

Inherits:
ConflictError show all
Defined in:
lib/increase/errors.rb,
sig/increase/errors.rbs

Constant Summary collapse

TYPE =

Returns:

  • ("idempotency_key_already_used_error")
"idempotency_key_already_used_error"

Constants inherited from ConflictError

ConflictError::HTTP_STATUS

Instance Attribute Summary

Attributes inherited from APIStatusError

#status

Attributes inherited from APIError

#body, #headers, #status, #url

Attributes inherited from Error

#cause

Method Summary

Methods inherited from APIStatusError

for, #initialize

Methods inherited from APIError

#initialize

Constructor Details

This class inherits a constructor from Increase::Errors::APIStatusError