StatusCodeResult
Properties
Name | Type | Required | Description |
---|---|---|---|
status_code | StatusCode | ❌ | |
request | dict | ❌ |
StatusCode
Properties
Name | Type | Required | Description |
---|---|---|---|
CONTINUE | str | ✅ | "Continue" |
SWITCHINGPROTOCOLS | str | ✅ | "SwitchingProtocols" |
OK | str | ✅ | "OK" |
CREATED | str | ✅ | "Created" |
ACCEPTED | str | ✅ | "Accepted" |
NONAUTHORITATIVEINFORMATION | str | ✅ | "NonAuthoritativeInformation" |
NOCONTENT | str | ✅ | "NoContent" |
RESETCONTENT | str | ✅ | "ResetContent" |
PARTIALCONTENT | str | ✅ | "PartialContent" |
MULTIPLECHOICES | str | ✅ | "MultipleChoices" |
AMBIGUOUS | str | ✅ | "Ambiguous" |
MOVEDPERMANENTLY | str | ✅ | "MovedPermanently" |
MOVED | str | ✅ | "Moved" |
FOUND | str | ✅ | "Found" |
REDIRECT | str | ✅ | "Redirect" |
SEEOTHER | str | ✅ | "SeeOther" |
REDIRECTMETHOD | str | ✅ | "RedirectMethod" |
NOTMODIFIED | str | ✅ | "NotModified" |
USEPROXY | str | ✅ | "UseProxy" |
UNUSED | str | ✅ | "Unused" |
TEMPORARYREDIRECT | str | ✅ | "TemporaryRedirect" |
REDIRECTKEEPVERB | str | ✅ | "RedirectKeepVerb" |
BADREQUEST | str | ✅ | "BadRequest" |
UNAUTHORIZED | str | ✅ | "Unauthorized" |
PAYMENTREQUIRED | str | ✅ | "PaymentRequired" |
FORBIDDEN | str | ✅ | "Forbidden" |
NOTFOUND | str | ✅ | "NotFound" |
METHODNOTALLOWED | str | ✅ | "MethodNotAllowed" |
NOTACCEPTABLE | str | ✅ | "NotAcceptable" |
PROXYAUTHENTICATIONREQUIRED | str | ✅ | "ProxyAuthenticationRequired" |
REQUESTTIMEOUT | str | ✅ | "RequestTimeout" |
CONFLICT | str | ✅ | "Conflict" |
GONE | str | ✅ | "Gone" |
LENGTHREQUIRED | str | ✅ | "LengthRequired" |
PRECONDITIONFAILED | str | ✅ | "PreconditionFailed" |
REQUESTENTITYTOOLARGE | str | ✅ | "RequestEntityTooLarge" |
REQUESTURITOOLONG | str | ✅ | "RequestUriTooLong" |
UNSUPPORTEDMEDIATYPE | str | ✅ | "UnsupportedMediaType" |
REQUESTEDRANGENOTSATISFIABLE | str | ✅ | "RequestedRangeNotSatisfiable" |
EXPECTATIONFAILED | str | ✅ | "ExpectationFailed" |
UPGRADEREQUIRED | str | ✅ | "UpgradeRequired" |
INTERNALSERVERERROR | str | ✅ | "InternalServerError" |
NOTIMPLEMENTED | str | ✅ | "NotImplemented" |
BADGATEWAY | str | ✅ | "BadGateway" |
SERVICEUNAVAILABLE | str | ✅ | "ServiceUnavailable" |
GATEWAYTIMEOUT | str | ✅ | "GatewayTimeout" |
HTTPVERSIONNOTSUPPORTED | str | ✅ | "HttpVersionNotSupported" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs