- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for 422 (0.03 sec)
-
src/test/java/org/codelibs/fess/exception/WebApiExceptionTest.java
assertEquals(message, exception.getMessage()); } public void test_exceptionWithUnicodeMessage() { // Test with unicode characters in message int statusCode = 422; String message = "エラー: 無効なリクエスト 错误:无效请求 오류: 잘못된 요청"; WebApiException exception = new WebApiException(statusCode, message); assertEquals(statusCode, exception.getStatusCode());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.3K bytes - Viewed (0) -
docs/en/docs/advanced/additional-responses.md
"application/json": { "schema": { "$ref": "#/components/schemas/Item" } } } }, "422": { "description": "Validation Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/HTTPValidationError"
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 8.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/NegotiateContextResponseTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.4K bytes - Viewed (0) -
docs/bigdata/README.md
#### **4.2.1 Upload the input file to HDFS:** ``` hadoop fs -copyFromLocal /etc/hadoop/conf/log4j.properties s3a://testbucket/testdata ``` #### **4.2.2 Run the Spark shell:** ``` ./bin/spark-shell --master yarn-client --driver-memory 512m --executor-memory 512m ``` The command should produce an output as shown below. (with additional status messages):
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 14.7K bytes - Viewed (0) -
docs/en/docs/release-notes.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0)