Exception: Parse::Lock::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/parse/lock.rb

Overview

Raised when acquire cannot obtain the lock within the configured wait: budget. Distinct from Parse::CreateLockTimeoutError (the first_or_create! / create_or_update! internal) so callers can rescue one without picking up the other — namespacing the error under Parse::Lock:: makes the peer-not-base relationship explicit.

Instance Attribute Summary

Attributes inherited from Error

#code

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Parse::Error