Exception: HelixSync::LockFailed

Inherits:
P4Error
  • Object
show all
Defined in:
lib/helix_sync/errors/lock_failed.rb

Constant Summary

Constant Summary

Constants inherited from P4Error

P4Error::ERROR_CODE_BASE

Instance Attribute Summary

Attributes inherited from P4Error

#message_code, #message_severity, #message_text

Instance Method Summary (collapse)

Methods inherited from P4Error

default_error, error?, #system_error?, #to_s, #user_error?

Constructor Details

- (LockFailed) initialize(client_name)

Returns a new instance of LockFailed



5
6
7
# File 'lib/helix_sync/errors/lock_failed.rb', line 5

def initialize(client_name)
  super(15_363, 3, "Could not obtain lock for #{client_name}")
end