Home
last modified time | relevance | path

Searched refs:StatusUnprocessableEntity (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dmigrate.go73 ctx.Error(http.StatusUnprocessableEntity, "", err)
81 ctx.Error(http.StatusUnprocessableEntity, "", ctx.GetErrMsg())
222 ctx.Error(http.StatusUnprocessableEntity, "", "Remote visit addressed rate limitation.")
224 ctx.Error(http.StatusUnprocessableEntity, "", "Remote visit required two factors authentication.")
234 ctx.Error(http.StatusUnprocessableEntity, "", err)
236 ctx.Error(http.StatusUnprocessableEntity, "", err)
242 ctx.Error(http.StatusUnprocessableEntity, "", fmt.Sprintf("Authentication failed: %v.", err))
244 ctx.Error(http.StatusUnprocessableEntity, "", fmt.Sprintf("Migration failed: %v.", err))
256 ctx.Error(http.StatusUnprocessableEntity, "", err)
259 … ctx.Error(http.StatusUnprocessableEntity, "", "You are not allowed to import local repositories.")
[all …]
H A Drepo.go268 ctx.Error(http.StatusUnprocessableEntity, "", err)
352 ctx.Error(http.StatusUnprocessableEntity, "", "this is not a template repo")
417 ctx.Error(http.StatusUnprocessableEntity, "", err)
489 ctx.Error(http.StatusUnprocessableEntity, "", err)
660 ctx.Error(http.StatusUnprocessableEntity, "ChangeRepositoryName", err)
694 ctx.Error(http.StatusUnprocessableEntity, "Force Private enabled", err)
811 ctx.Error(http.StatusUnprocessableEntity, "", "Invalid external wiki URL")
930 ctx.Error(http.StatusUnprocessableEntity, err.Error(), err)
959 ctx.Error(http.StatusUnprocessableEntity, err.Error(), err)
973 ctx.Error(http.StatusUnprocessableEntity, "MirrorInterval", err)
[all …]
H A Dkey.go173 ctx.Error(http.StatusUnprocessableEntity, "", "SSH is disabled")
175 ctx.Error(http.StatusUnprocessableEntity, "", "Unable to verify key content")
177 ctx.Error(http.StatusUnprocessableEntity, "", fmt.Errorf("Invalid key content: %v", err))
185 …ctx.Error(http.StatusUnprocessableEntity, "", "This key has already been added to this repository")
187 ctx.Error(http.StatusUnprocessableEntity, "", "Key content has been used as non-deploy key")
189 ctx.Error(http.StatusUnprocessableEntity, "", "Key title has been used")
191 ctx.Error(http.StatusUnprocessableEntity, "", "A key with the same name already exists")
H A Dtopic.go105 ctx.JSON(http.StatusUnprocessableEntity, map[string]interface{}{
113 ctx.JSON(http.StatusUnprocessableEntity, map[string]interface{}{
162 ctx.JSON(http.StatusUnprocessableEntity, map[string]interface{}{
179 ctx.JSON(http.StatusUnprocessableEntity, map[string]interface{}{
227 ctx.JSON(http.StatusUnprocessableEntity, map[string]interface{}{
H A Dbranch.go430 ctx.Error(http.StatusUnprocessableEntity, "User does not exist", err)
439 ctx.Error(http.StatusUnprocessableEntity, "User does not exist", err)
448 ctx.Error(http.StatusUnprocessableEntity, "User does not exist", err)
459 ctx.Error(http.StatusUnprocessableEntity, "Team does not exist", err)
468 ctx.Error(http.StatusUnprocessableEntity, "Team does not exist", err)
477 ctx.Error(http.StatusUnprocessableEntity, "Team does not exist", err)
660 ctx.Error(http.StatusUnprocessableEntity, "User does not exist", err)
674 ctx.Error(http.StatusUnprocessableEntity, "User does not exist", err)
688 ctx.Error(http.StatusUnprocessableEntity, "User does not exist", err)
704 ctx.Error(http.StatusUnprocessableEntity, "Team does not exist", err)
[all …]
H A Dpull_review.go436 …ctx.Error(http.StatusUnprocessableEntity, "", fmt.Errorf("only a pending review can be submitted"))
448 ctx.Error(http.StatusUnprocessableEntity, "", fmt.Errorf("review stay pending"))
489 ctx.Error(http.StatusUnprocessableEntity, "", fmt.Errorf("approve your own pull is not allowed"))
498 ctx.Error(http.StatusUnprocessableEntity, "", fmt.Errorf("reject your own pull is not allowed"))
508 …ctx.Error(http.StatusUnprocessableEntity, "", fmt.Errorf("review event %s requires a body or a com…
517 …ctx.Error(http.StatusUnprocessableEntity, "", fmt.Errorf("review event %s requires a body", event))
691 ctx.Error(http.StatusUnprocessableEntity, "NotValidReviewRequest", err)
740 ctx.Error(http.StatusUnprocessableEntity, "NotValidReviewRequest", err)
H A Dcollaborators.go107 ctx.Error(http.StatusUnprocessableEntity, "", err)
163 ctx.Error(http.StatusUnprocessableEntity, "", err)
222 ctx.Error(http.StatusUnprocessableEntity, "", err)
H A Dtransfer.go80 …ctx.Error(http.StatusUnprocessableEntity, "repoTransfer", "Teams can only be added to organization…
88 ctx.Error(http.StatusUnprocessableEntity, "team", fmt.Errorf("team %d not found", tID))
113 ctx.Error(http.StatusUnprocessableEntity, "CreatePendingRepositoryTransfer", err)
/dports/www/gitea/gitea-1.16.5/routers/api/v1/user/
H A Dgpg_key.go191 …ctx.Error(http.StatusUnprocessableEntity, "GPGInvalidSignature", fmt.Sprintf("The provided GPG key…
274 …ctx.Error(http.StatusUnprocessableEntity, "GPGKeyAccessDenied", "You do not have access to this GP…
276 …ctx.Error(http.StatusUnprocessableEntity, "GPGKeyIDAlreadyUsed", "A key with the same id already e…
278 ctx.Error(http.StatusUnprocessableEntity, "GPGKeyParsing", err)
282 …ctx.Error(http.StatusUnprocessableEntity, "GPGInvalidSignature", fmt.Sprintf("The provided GPG key…
H A Demail.go67 ctx.Error(http.StatusUnprocessableEntity, "", "Email list empty")
82 …ctx.Error(http.StatusUnprocessableEntity, "", "Email address has been used: "+err.(user_model.ErrE…
86 ctx.Error(http.StatusUnprocessableEntity, "", errMsg)
/dports/www/eden/eden-0.7.4/vendor/github.com/pivotal-cf/brokerapi/
H A Dapi.go84 h.respond(w, http.StatusUnprocessableEntity, ErrorResponse{
102 h.respond(w, http.StatusUnprocessableEntity, ErrorResponse{
115 h.respond(w, http.StatusUnprocessableEntity, ErrorResponse{
147 h.respond(w, http.StatusUnprocessableEntity, ErrorResponse{
160 h.respond(w, http.StatusUnprocessableEntity, ErrorResponse{
168 h.respond(w, http.StatusUnprocessableEntity, ErrorResponse{
211 h.respond(w, http.StatusUnprocessableEntity, ErrorResponse{
244 h.respond(w, http.StatusUnprocessableEntity, ErrorResponse{
265 h.respond(w, http.StatusUnprocessableEntity, ErrorResponse{
/dports/www/gitea/gitea-1.16.5/routers/api/v1/admin/
H A Duser.go41 ctx.Error(http.StatusUnprocessableEntity, "", err)
125 ctx.Error(http.StatusUnprocessableEntity, "", err)
219 …ctx.Error(http.StatusUnprocessableEntity, "", fmt.Errorf("email is not allowed to be empty string"…
272 ctx.Error(http.StatusUnprocessableEntity, "", err)
310 …ctx.Error(http.StatusUnprocessableEntity, "", fmt.Errorf("%s is an organization not a user", u.Nam…
317 ctx.Error(http.StatusUnprocessableEntity, "", err)
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Dtopic.go34 ctx.JSON(http.StatusUnprocessableEntity, map[string]interface{}{
42 ctx.JSON(http.StatusUnprocessableEntity, map[string]interface{}{
/dports/www/gitea/gitea-1.16.5/integrations/
H A Dapi_repo_lfs_test.go134 assert.Equal(t, http.StatusUnprocessableEntity, br.Objects[0].Error.Code)
135 assert.Equal(t, http.StatusUnprocessableEntity, br.Objects[1].Error.Code)
154 assert.Equal(t, http.StatusUnprocessableEntity, br.Objects[0].Error.Code)
243 assert.Equal(t, http.StatusUnprocessableEntity, br.Objects[0].Error.Code)
353 session.MakeRequest(t, req, http.StatusUnprocessableEntity)
374 session.MakeRequest(t, req, http.StatusUnprocessableEntity)
404 session.MakeRequest(t, req, http.StatusUnprocessableEntity)
412 session.MakeRequest(t, req, http.StatusUnprocessableEntity)
460 session.MakeRequest(t, req, http.StatusUnprocessableEntity)
468 session.MakeRequest(t, req, http.StatusUnprocessableEntity)
H A Dapi_pull_test.go81 session.MakeRequest(t, req, http.StatusUnprocessableEntity) // second request should fail
139 session.MakeRequest(t, req, http.StatusUnprocessableEntity)
143 session.MakeRequest(t, req, http.StatusUnprocessableEntity)
147 session.MakeRequest(t, req, http.StatusUnprocessableEntity)
151 session.MakeRequest(t, req, http.StatusUnprocessableEntity)
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/api/
H A Dseries.go73 respondError(w, http.StatusUnprocessableEntity, err, "execution")
82 respondError(w, http.StatusUnprocessableEntity, s.Err(), "execution")
93 respondError(w, http.StatusUnprocessableEntity, set.Err(), "execution")
/dports/www/gitea/gitea-1.16.5/services/lfs/
H A Dserver.go187 Code: http.StatusUnprocessableEntity,
209 Code: http.StatusUnprocessableEntity,
220 Code: http.StatusUnprocessableEntity,
276 writeStatusMessage(ctx, http.StatusUnprocessableEntity, err.Error())
281 writeStatus(ctx, http.StatusUnprocessableEntity)
334 writeStatusMessage(ctx, http.StatusUnprocessableEntity, err.Error())
351 writeStatus(ctx, http.StatusUnprocessableEntity)
392 writeStatusMessage(ctx, http.StatusUnprocessableEntity, "Oid or size are invalid")
/dports/www/gitea/gitea-1.16.5/routers/api/v1/utils/
H A Dhook.go57 ctx.Error(http.StatusUnprocessableEntity, "", fmt.Sprintf("Invalid hook type: %s", form.Type))
62 ctx.Error(http.StatusUnprocessableEntity, "", "Missing config option: "+name)
67 ctx.Error(http.StatusUnprocessableEntity, "", "Invalid content type")
142 ctx.Error(http.StatusUnprocessableEntity, "", "Missing config option: channel")
217 ctx.Error(http.StatusUnprocessableEntity, "", "Invalid content type")
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/http/
H A Dstatus.go54 StatusUnprocessableEntity = 422 // RFC 4918, 11.2 const
120 StatusUnprocessableEntity: "Unprocessable Entity",
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/http/
H A Dstatus.go54 StatusUnprocessableEntity = 422 // RFC 4918, 11.2 const
120 StatusUnprocessableEntity: "Unprocessable Entity",
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/
H A Dstatus.go54 StatusUnprocessableEntity = 422 // RFC 4918, 11.2 const
120 StatusUnprocessableEntity: "Unprocessable Entity",
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/http/
H A Dstatus.go54 StatusUnprocessableEntity = 422 // RFC 4918, 11.2 const
120 StatusUnprocessableEntity: "Unprocessable Entity",
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/http/
H A Dstatus.go54 StatusUnprocessableEntity = 422 // RFC 4918, 11.2 const
120 StatusUnprocessableEntity: "Unprocessable Entity",
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/
H A Dstatus.go54 StatusUnprocessableEntity = 422 // RFC 4918, 11.2 const
120 StatusUnprocessableEntity: "Unprocessable Entity",
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/net/http/
H A Dstatus.go54 StatusUnprocessableEntity = 422 // RFC 4918, 11.2 const
120 StatusUnprocessableEntity: "Unprocessable Entity",

12345678910>>...20