@terascope/utils / status-codes
status-codes
Variables
default
default:
object
Defined in: packages/utils/src/status-codes.ts:1
Type Declaration
100
100:
string='Continue'
101
101:
string='Switching Protocols'
102
102:
string='Processing'
103
103:
string='Early Hints'
200
200:
string='OK'
201
201:
string='Created'
202
202:
string='Accepted'
203
203:
string='Non-Authoritative Information'
204
204:
string='No Content'
205
205:
string='Reset Content'
206
206:
string='Partial Content'
207
207:
string='Multi-Status'
208
208:
string='Already Reported'
226
226:
string='IM Used'
300
300:
string='Multiple Choices'
301
301:
string='Moved Permanently'
302
302:
string='Found'
303
303:
string='See Other'
304
304:
string='Not Modified'
305
305:
string='Use Proxy'
307
307:
string='Temporary Redirect'
308
308:
string='Permanent Redirect'
400
400:
string='Bad Request'
401
401:
string='Unauthorized'
402
402:
string='Payment Required'
403
403:
string='Forbidden'
404
404:
string='Not Found'
405
405:
string='Method Not Allowed'
406
406:
string='Not Acceptable'
407
407:
string='Proxy Authentication Required'
408
408:
string='Request Timeout'
409
409:
string='Conflict'
410
410:
string='Gone'
411
411:
string='Length Required'
412
412:
string='Precondition Failed'
413
413:
string='Payload Too Large'
414
414:
string='URI Too Long'
415
415:
string='Unsupported Media Type'
416
416:
string='Range Not Satisfiable'
417
417:
string='Expectation Failed'
418
418:
string='I\'m a Teapot'
421
421:
string='Misdirected Request'
422
422:
string='Unprocessable Entity'
423
423:
string='Locked'
424
424:
string='Failed Dependency'
425
425:
string='Unordered Collection'
426
426:
string='Upgrade Required'
428
428:
string='Precondition Required'
429
429:
string='Too Many Requests'
431
431:
string='Request Header Fields Too Large'
451
451:
string='Unavailable For Legal Reasons'
500
500:
string='Internal Server Error'
501
501:
string='Not Implemented'
502
502:
string='Bad Gateway'
503
503:
string='Service Unavailable'
504
504:
string='Gateway Timeout'
505
505:
string='HTTP Version Not Supported'
506
506:
string='Variant Also Negotiates'
507
507:
string='Insufficient Storage'
508
508:
string='Loop Detected'
509
509:
string='Bandwidth Limit Exceeded'
510
510:
string='Not Extended'
511
511:
string='Network Authentication Required'