View Source Apical.Exceptions.RequestBodyTooLargeError exception (apical v0.2.1)

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

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Functions

Callback implementation for Exception.message/1.