Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
68 lines (57 loc) · 2.29 KB

ErrorSource.md

File metadata and controls

68 lines (57 loc) · 2.29 KB

ErrorSource

Properties

Name Type Description Notes
detail String [optional]
status StatusEnum [optional]
source Map<String, String> [optional]

Enum: StatusEnum

Name Value
CONTINUE "Continue"
SWITCHINGPROTOCOLS "SwitchingProtocols"
OK "OK"
CREATED "Created"
ACCEPTED "Accepted"
NONAUTHORITATIVEINFORMATION "NonAuthoritativeInformation"
NOCONTENT "NoContent"
RESETCONTENT "ResetContent"
PARTIALCONTENT "PartialContent"
MULTIPLECHOICES "MultipleChoices"
AMBIGUOUS "Ambiguous"
MOVEDPERMANENTLY "MovedPermanently"
MOVED "Moved"
FOUND "Found"
REDIRECT "Redirect"
SEEOTHER "SeeOther"
REDIRECTMETHOD "RedirectMethod"
NOTMODIFIED "NotModified"
USEPROXY "UseProxy"
UNUSED "Unused"
TEMPORARYREDIRECT "TemporaryRedirect"
REDIRECTKEEPVERB "RedirectKeepVerb"
BADREQUEST "BadRequest"
UNAUTHORIZED "Unauthorized"
PAYMENTREQUIRED "PaymentRequired"
FORBIDDEN "Forbidden"
NOTFOUND "NotFound"
METHODNOTALLOWED "MethodNotAllowed"
NOTACCEPTABLE "NotAcceptable"
PROXYAUTHENTICATIONREQUIRED "ProxyAuthenticationRequired"
REQUESTTIMEOUT "RequestTimeout"
CONFLICT "Conflict"
GONE "Gone"
LENGTHREQUIRED "LengthRequired"
PRECONDITIONFAILED "PreconditionFailed"
REQUESTENTITYTOOLARGE "RequestEntityTooLarge"
REQUESTURITOOLONG "RequestUriTooLong"
UNSUPPORTEDMEDIATYPE "UnsupportedMediaType"
REQUESTEDRANGENOTSATISFIABLE "RequestedRangeNotSatisfiable"
EXPECTATIONFAILED "ExpectationFailed"
UPGRADEREQUIRED "UpgradeRequired"
INTERNALSERVERERROR "InternalServerError"
NOTIMPLEMENTED "NotImplemented"
BADGATEWAY "BadGateway"
SERVICEUNAVAILABLE "ServiceUnavailable"
GATEWAYTIMEOUT "GatewayTimeout"
HTTPVERSIONNOTSUPPORTED "HttpVersionNotSupported"