aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/http/HttpErrorResponse.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "Use another exception and error in response when quota is exc...Harald Musum2023-05-221-1/+6
* Revert "Use another exception and error in response when quota is exceed"Harald Musum2023-05-221-6/+1
* Use another exception and error in response when quota is exceedHarald Musum2023-05-221-1/+6
* Add request property requiredGeneration to http get config requestsHarald Musum2023-03-071-1/+7
* Return 409 if reindexing status is unavailableMartin Polden2022-10-051-1/+6
* Replace 'out of capacity' by 'node allocation failure'Jon Bratseth2022-02-231-4/+3
* Use ConfigNotConvergedException, which will return 409Harald Musum2022-01-171-2/+7
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Check built-in response exceptions firstJon Marius Venstad2021-04-301-1/+1
* Rename, remove unused, non-functionalJon Marius Venstad2021-03-251-14/+14
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Return 409 with error code LOAD_BALANCER_NOT_READY if deployment fails due to...Harald Musum2019-08-011-1/+6
* Revert "Return 409 with error code TRANSIENT_ERROR when getting TransientExce...Harald Musum2019-08-011-6/+2
* Use LOAD_BALANCER_NOT_READY and only for LoadBalancerServiceExceptionHarald Musum2019-08-011-3/+3
* Return 409 with error code TRANSIENT_ERROR when getting TransientExceptionHarald Musum2019-08-011-2/+6
* retry deployment on missing certificateandreer2019-06-241-1/+6
* Return conflict insteadValerij Fredriksen2019-05-061-2/+7
* Retry in controller if parent host is not yet readyValerij Fredriksen2019-01-281-1/+6
* Use full nameHarald Musum2018-10-031-1/+1
* Use a more specific error codeHarald Musum2017-09-071-2/+2
* Revert "Revert "Return 409 if there is a conflict when activating""Harald Musum2017-09-051-0/+5
* Revert "Return 409 if there is a conflict when activating"gjoranv2017-09-011-5/+0
* Return 409 if there is a conflict when activatingHarald Musum2017-07-101-0/+5
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Propagate OutOfCapacity from config web serviceJon Bratseth2017-04-281-0/+2
* Use specific error-code in response when unable to acquire application lockHarald Musum2017-02-161-5/+10
* Adds Config Server application handler for Cluster Controller status pageHÃ¥kon Hallingstad2017-02-091-1/+6
* PublishJon Bratseth2016-06-151-0/+81