Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for excepciones (0.34 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getApiJsonResponseHeaders();
    
        /**
         * Get the value for the key 'api.json.response.exception.included'. <br>
         * The value is, e.g. false <br>
         * comment: Whether to include exceptions in API JSON response.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getApiJsonResponseExceptionIncluded();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  2. docs/en/docs/release-notes.md

        * Document better how to handle exceptions and use error handlers.
        * Include `RequestValidationError` and `WebSocketRequestValidationError` (this last one will be useful once [encode/starlette#527](https://github.com/encode/starlette/pull/527) or equivalent is merged).
        * New documentation about exceptions handlers:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top