View Source Envoy.Type.StatusCode (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() ::
  integer()
  | :Empty
  | :Continue
  | :OK
  | :Created
  | :Accepted
  | :NonAuthoritativeInformation
  | :NoContent
  | :ResetContent
  | :PartialContent
  | :MultiStatus
  | :AlreadyReported
  | :IMUsed
  | :MultipleChoices
  | :MovedPermanently
  | :Found
  | :SeeOther
  | :NotModified
  | :UseProxy
  | :TemporaryRedirect
  | :PermanentRedirect
  | :BadRequest
  | :Unauthorized
  | :PaymentRequired
  | :Forbidden
  | :NotFound
  | :MethodNotAllowed
  | :NotAcceptable
  | :ProxyAuthenticationRequired
  | :RequestTimeout
  | :Conflict
  | :Gone
  | :LengthRequired
  | :PreconditionFailed
  | :PayloadTooLarge
  | :URITooLong
  | :UnsupportedMediaType
  | :RangeNotSatisfiable
  | :ExpectationFailed
  | :MisdirectedRequest
  | :UnprocessableEntity
  | :Locked
  | :FailedDependency
  | :UpgradeRequired
  | :PreconditionRequired
  | :TooManyRequests
  | :RequestHeaderFieldsTooLarge
  | :InternalServerError
  | :NotImplemented
  | :BadGateway
  | :ServiceUnavailable
  | :GatewayTimeout
  | :HTTPVersionNotSupported
  | :VariantAlsoNegotiates
  | :InsufficientStorage
  | :LoopDetected
  | :NotExtended
  | :NetworkAuthenticationRequired