Apical.Exceptions.RequestBodyTooLargeError exception (apical v0.3.2)

Copy Markdown View Source

Error raised when the request body is too large. This could be because the payload is larger than the maximum allowed size as specified in configuration or if the request body size doesn't match the content-length header.

This error should result in a http 413 status code. see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/413

Summary

Functions

Callback implementation for Exception.message/1.

Functions

message(_)

Callback implementation for Exception.message/1.