Sha256: 8bb8e6bb5ec6ffb25292981302575b307a03e5b8b154836ace30b918d75aba17

Contents?: true

Size: 265 Bytes

Versions: 2

Compression:

Stored size: 265 Bytes

Contents

module DropboxApi::Errors
  class RelocationBatchEntryError < BasicError
    ErrorSubtypes = {
      :relocation_error => RelocationError,
      :internal_error => InternalError,
      :too_many_write_operations => TooManyWriteOperationsError
    }.freeze
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dropbox_api-0.1.18 lib/dropbox_api/errors/relocation_batch_entry_error.rb
dropbox_api-0.1.17 lib/dropbox_api/errors/relocation_batch_entry_error.rb