Enumeration (GI Enum)

Soup-3.0SoupStatus

These represent the known HTTP status code values, plus various network and internal errors.

Note that no libsoup functions take or return this type directly; any function that works with status codes will accept unrecognized status codes as well.

Index
ACCEPTED: 202

202 Accepted (HTTP)

BAD_GATEWAY: 502

502 Bad Gateway (HTTP)

BAD_REQUEST: 400

400 Bad Request (HTTP)

CONFLICT: 409

409 Conflict (HTTP)

CONTINUE: 100

100 Continue (HTTP)

CREATED: 201

201 Created (HTTP)

EXPECTATION_FAILED: 417

417 Expectation Failed (HTTP)

FAILED_DEPENDENCY: 424

424 Failed Dependency (WebDAV)

FORBIDDEN: 403

403 Forbidden (HTTP)

FOUND: 302

302 Found (HTTP)

GATEWAY_TIMEOUT: 504

504 Gateway Timeout (HTTP)

GONE: 410

410 Gone (HTTP)

HTTP_VERSION_NOT_SUPPORTED: 505

505 HTTP Version Not Supported (HTTP)

INSUFFICIENT_STORAGE: 507

507 Insufficient Storage (WebDAV)

INTERNAL_SERVER_ERROR: 500

500 Internal Server Error (HTTP)

INVALID_RANGE: 416
LENGTH_REQUIRED: 411

411 Length Required (HTTP)

LOCKED: 423

423 Locked (WebDAV)

METHOD_NOT_ALLOWED: 405

405 Method Not Allowed (HTTP)

MISDIRECTED_REQUEST: 421

421 Misdirected Request

MOVED_PERMANENTLY: 301

301 Moved Permanently (HTTP)

MOVED_TEMPORARILY: 302

302 Moved Temporarily (old name, RFC 2068)

MULTI_STATUS: 207

207 Multi-Status (WebDAV)

MULTIPLE_CHOICES: 300

300 Multiple Choices (HTTP)

NO_CONTENT: 204

204 No Content (HTTP)

NON_AUTHORITATIVE: 203

203 Non-Authoritative Information (HTTP)

NONE: 0

No status available. (Eg, the message has not been sent yet)

NOT_ACCEPTABLE: 406

406 Not Acceptable (HTTP)

NOT_APPEARING_IN_THIS_PROTOCOL: 306

306 [Unused] (HTTP)

NOT_EXTENDED: 510

510 Not Extended (RFC 2774)

NOT_FOUND: 404

404 Not Found (HTTP)

NOT_IMPLEMENTED: 501

501 Not Implemented (HTTP)

NOT_MODIFIED: 304

304 Not Modified (HTTP)

OK: 200

200 Success (HTTP). Also used by many lower-level soup routines to indicate success.

PARTIAL_CONTENT: 206

206 Partial Content (HTTP)

PAYMENT_REQUIRED: 402

402 Payment Required (HTTP)

PERMANENT_REDIRECT: 308

308 Permanent Redirect (HTTP)

PRECONDITION_FAILED: 412

412 Precondition Failed (HTTP)

PROCESSING: 102

102 Processing (WebDAV)

PROXY_AUTHENTICATION_REQUIRED: 407

407 Proxy Authentication Required (HTTP)

PROXY_UNAUTHORIZED: 407
REQUEST_ENTITY_TOO_LARGE: 413

413 Request Entity Too Large (HTTP)

REQUEST_TIMEOUT: 408

408 Request Timeout (HTTP)

REQUEST_URI_TOO_LONG: 414

414 Request-URI Too Long (HTTP)

REQUESTED_RANGE_NOT_SATISFIABLE: 416

416 Requested Range Not Satisfiable (HTTP)

RESET_CONTENT: 205

205 Reset Content (HTTP)

SEE_OTHER: 303

303 See Other (HTTP)

SERVICE_UNAVAILABLE: 503

503 Service Unavailable (HTTP)

SWITCHING_PROTOCOLS: 101

101 Switching Protocols (HTTP)

TEMPORARY_REDIRECT: 307

307 Temporary Redirect (HTTP)

UNAUTHORIZED: 401

401 Unauthorized (HTTP)

UNPROCESSABLE_ENTITY: 422

422 Unprocessable Entity (WebDAV)

UNSUPPORTED_MEDIA_TYPE: 415

415 Unsupported Media Type (HTTP)

USE_PROXY: 305

305 Use Proxy (HTTP)

Variables

$gtype