Sha256: ca35ee9296d18be83d903a44df451870df933f883875b4405fbed9a4c9d9995a
Contents?: true
Size: 494 Bytes
Versions: 3
Compression:
Stored size: 494 Bytes
Contents
module NSIVideoGranulate module Errors module Client class KeyNotFoundError < RuntimeError end class MissingParametersError < RuntimeError end class MalformedRequestError < RuntimeError end class AuthenticationError < RuntimeError end class SAMConnectionError < RuntimeError end class ConnectionRefusedError < RuntimeError end class QueueServiceConnectionError < RuntimeError end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nsivideogranulate-0.2.0 | lib/nsivideogranulate/errors.rb |
nsivideogranulate-0.0.2 | lib/nsivideogranulate/errors.rb |
nsivideogranulate-0.0.1 | lib/nsivideogranulate/errors.rb |