Sha256: c15378b1ebab85898565142035761c176951b5bc20efbab29aba30cb1c93db23

Contents?: true

Size: 498 Bytes

Versions: 3

Compression:

Stored size: 498 Bytes

Contents

# frozen_string_literal: true
module Ermir
  module Errors
    FILE_PATH_ERROR = "the file path specified is not valid."
    FILE_CORRUPTED_ERROR = "the serialized object in the specified file has a corrupted header."
    STDIN_EMPTY_ERROR = "pipe mode was selected, but STDIN is found empty."
    STDIN_CORRUPTED_ERROR = "the piped serialized object has a corrupted header."
    GADGET_NOT_PROVIDED = "provide at least one source for the serialized gadget (--file) or (--pipe)."
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ermir-0.1.2 lib/ermir/errors.rb
ermir-0.1.1 lib/ermir/errors.rb
ermir-0.1.0 lib/ermir/errors.rb