Unverified Commit 6b356c48 authored by Matteo Bigoi's avatar Matteo Bigoi Committed by GitHub
Browse files

Reference issue for unsupported media type (#1664)

parent 4c4acc17
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ pub enum RuntimeErrorKind {
    /// As of writing, this variant can only occur upon failure to extract an
    /// [`crate::extension::Extension`] from the request.
    InternalFailure(crate::Error),
    // TODO(https://github.com/awslabs/smithy-rs/issues/1663)
    // UnsupportedMediaType,
    NotAcceptable,
}