Exception: DropboxApi::Errors::RelocationBatchEntryError

Inherits:
BasicError
  • Object
show all
Defined in:
lib/dropbox_api/errors/relocation_batch_entry_error.rb

Constant Summary collapse

ErrorSubtypes =
{
  relocation_error: RelocationError,
  internal_error: InternalError,
  too_many_write_operations: TooManyWriteOperationsError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

This class inherits a constructor from DropboxApi::Errors::BasicError