{"record":{"id":"e25ad9894486aa77","repo":"eclipse-vertx/vert.x","slug":"507-insufficient-storage-webdav-rfc4918","errorCode":null,"errorMessage":"507 Insufficient Storage (WebDAV, RFC4918)","messagePattern":"507 Insufficient Storage \\(WebDAV, RFC4918\\)","errorType":"http","errorClass":null,"httpStatus":507,"severity":"error","filePath":"vertx-core/src/main/java/io/vertx/core/http/HttpResponseExpectation.java","lineNumber":325,"sourceCode":"  /**\n   * 504 Gateway Timeout\n   */\n  HttpResponseExpectation SC_GATEWAY_TIMEOUT = status(504);\n\n  /**\n   * 505 HTTP Version Not Supported\n   */\n  HttpResponseExpectation SC_HTTP_VERSION_NOT_SUPPORTED = status(505);\n\n  /**\n   * 506 Variant Also Negotiates (RFC2295)\n   */\n  HttpResponseExpectation SC_VARIANT_ALSO_NEGOTIATES = status(506);\n\n  /**\n   * 507 Insufficient Storage (WebDAV, RFC4918)\n   */\n  HttpResponseExpectation SC_INSUFFICIENT_STORAGE = status(507);\n\n  /**\n   * 510 Not Extended (RFC2774)\n   */\n  HttpResponseExpectation SC_NOT_EXTENDED = status(510);\n\n  /**\n   * 511 Network Authentication Required (RFC6585)\n   */\n  HttpResponseExpectation SC_NETWORK_AUTHENTICATION_REQUIRED = status(511);\n\n  /**\n   * Creates an expectation asserting that the status response code is equal to {@code statusCode}.\n   *\n   * @param statusCode the expected status code\n   */\n  static HttpResponseExpectation status(int statusCode) {\n    return status(statusCode, statusCode + 1);","sourceCodeStart":307,"sourceCodeEnd":343,"githubUrl":"https://github.com/eclipse-vertx/vert.x/blob/fb308bd8c3f12c79f4ae89bef67fadf6c80d036e/vertx-core/src/main/java/io/vertx/core/http/HttpResponseExpectation.java#L307-L343","documentation":"Constant defining the 507 Insufficient Storage response expectation: applying expecting(SC_INSUFFICIENT_STORAGE) turns a 507 response into a failed request future. The server (WebDAV) cannot store the representation needed to complete the request; the 'message' is the reason on the failure.","triggerScenarios":"Thrown at vertx-core/src/main/java/io/vertx/core/http/HttpResponseExpectation.java:325 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Free server storage or reduce the payload size","Handle the failure in your WebDAV/storage flow"],"exampleFix":null,"handlingStrategy":"try-catch","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"fb308bd8c3f12c79f4ae89bef67fadf6c80d036e","analyzedAt":"2026-09-06T11:37:12.241Z","contentChangedAt":"2026-09-06T11:37:12.241Z","schemaVersion":2},"datasetVersion":"2026-09-14T05:17:10.506Z"}