Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StatusPreconditionFailed (0.31 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    	// http.StatusUnsupportedMediaType, http.StatusNotAcceptable,
    	// http.StatusBadRequest, http.StatusUnauthorized, http.StatusForbidden,
    	// http.StatusRequestTimeout, http.StatusConflict, http.StatusPreconditionFailed,
    	// http.StatusUnprocessableEntity, http.StatusInternalServerError,
    	// http.StatusServiceUnavailable
    	// and api error codes
    	// Note that if we specify a versioned Status object here, we may need to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  2. cmd/api-errors.go

    	},
    	ErrPreconditionFailed: {
    		Code:           "PreconditionFailed",
    		Description:    "At least one of the pre-conditions you specified did not hold",
    		HTTPStatusCode: http.StatusPreconditionFailed,
    	},
    	ErrRequestTimeTooSkewed: {
    		Code:           "RequestTimeTooSkewed",
    		Description:    "The difference between the request time and the server's time is too large.",
    		HTTPStatusCode: http.StatusForbidden,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (0)
Back to top