Exception: Otto::PayloadTooLargeError
- Defined in:
- lib/otto/errors.rb
Overview
Payload Too Large (413) error
Use when request body exceeds configured size limits
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.default_log_level ⇒ Object
88 89 90 |
# File 'lib/otto/errors.rb', line 88 def self.default_log_level :warn end |
.default_status ⇒ Object
84 85 86 |
# File 'lib/otto/errors.rb', line 84 def self.default_status 413 end |