Sha256: 9a37ee61f5e4c2d7cb65bf0ac41f52b101cf2c97c455d07945d4fe6962769463
Contents?: true
Size: 551 Bytes
Versions: 3
Compression:
Stored size: 551 Bytes
Contents
module Orchestrator class Error < StandardError # Called from: # * request_proxy # * requests_proxy class ProtectedMethod < Error; end class ModuleUnavailable < Error; end # Called from: # * dependency_manager class FileNotFound < Error; end # Called from: # * control class ModuleNotFound < Error; end # Called from: # * Device -> Processor class CommandFailure < Error; end class CommandCanceled < Error; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
orchestrator-1.0.3 | lib/orchestrator/errors.rb |
orchestrator-1.0.2 | lib/orchestrator/errors.rb |
orchestrator-1.0.1 | lib/orchestrator/errors.rb |