Exception: Otto::PayloadTooLargeError

Inherits:
HTTPError
  • Object
show all
Defined in:
lib/otto/errors.rb

Overview

Payload Too Large (413) error

Use when request body exceeds configured size limits

Direct Known Subclasses

Security::RequestTooLargeError

Class Method Summary collapse

Class Method Details

.default_log_levelObject



88
89
90
# File 'lib/otto/errors.rb', line 88

def self.default_log_level
  :warn
end

.default_statusObject



84
85
86
# File 'lib/otto/errors.rb', line 84

def self.default_status
  413
end