Libraries tagged by error control
mvccore/ext-form
4355 Downloads
MvcCore - Extension - Form - form extension with base classes to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups.
lockally/sdk
7 Downloads
The lockally control plane lets integrators and direct customers manage everything except actual mail data flow (which uses standard JMAP / IMAP / SMTP-submission against the data plane endpoints). **Authentication.** All `/v1/_*` endpoints require a Bearer API key in the `Authorization` header. Keys are formatted `lk_live__`. Generate the first key for a tenant via `cmd/seed`; subsequent keys via `POST /v1/api-keys`. **Errors.** Failures return [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) `application/problem+json` documents. **Scopes.** Each endpoint requires a specific scope on the presented key. Insufficient scope returns `403` with the required scope name in `detail`.
it-all/pageflow
40 Downloads
Pageflow initializes a PHP page controller app with important PHP settings, a custom error handler, optional PHPMailer access, optional PostGreSQL database connection (PHP pgsql extension required).
furiosojack/lara-exception
301 Downloads
Es un generador de excepciones, su fin es lanzar excepciones controladas al usuario con la posibilidad de generar log detallados al desarollador. El paquete es capaz de detectar una application/json de una peticion http por defecto. Este paquete entrega al usuario una vista en caso de ser http normal en donde se vera mensaje del error y un codigo de error, si la peticion es JSON el error sera devuelto en un resonse en formato JSON.
dnafactory/module-check-virtual-product
603 Downloads
n Magento, quando si crea un prodotto semplice e non si setta il peso, automaticamente questo viene settato come virtuale. Questo modulo, semplicemente controlla se il peso è settato, in caso negativo torna un toast d'errore
belisoful/prado-mathml
1 Downloads
MathML presentation controls for the PRADO PHP framework: a web control for every MathML Core element (, the token elements mi/mn/mo/ms/mtext/mspace, the layout elements mrow/mfrac/msqrt/mroot/mstyle/merror/mpadded/mphantom, the script and limit elements msub/msup/msubsup/munder/mover/munderover/mmultiscripts/mprescripts, the table elements mtable/mtr/mtd, and semantics/annotation/annotation-xml), each rendering its tag through PRADO's TWebControl with the element's key MathML attributes exposed as typed component properties.