Exception: DhanHQ::ModificationLimitError

Inherits:
Error
  • Object
show all
Defined in:
lib/DhanHQ/errors.rb

Overview

Raised when the 25-modifications-per-order API cap would be exceeded. Count is tracked per Order instance in this process only (see Order#modify).

Instance Attribute Summary

Attributes inherited from Error

#response_body

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from DhanHQ::Error