Files
books/docs/errors.md
T

325 B

Errors

Frappe.js comes with standard error classes that have an HTTP status code attached.

For example you can raise a "not found" (HTTP Status Code 404) via:

throw new frappe.errors.NotFound('Document Not Found');

Standard Errors

  • 403: Forbidden
  • 404: NotFound
  • 417: ValidationError
  • 417: ValueError