Exception: HelixSync::SubmitFailed

Inherits:
P4Error
  • Object
show all
Defined in:
lib/helix_sync/errors/submit_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

- (SubmitFailed) initialize(change)

Returns a new instance of SubmitFailed



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

def initialize(change)
  super(15_362, 3, "Submit failed for #{change}")
end