Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ set_status_code
Method
set_status_code
crates/chat-cli/src/api_client/error.rs:151–154 ·
view source on GitHub ↗
(mut self, status_code: Option<u16>)
Source
from the content-addressed store, hash-verified
149
}
150
151
pub fn set_status_code(mut self, status_code: Option<u16>) -> Self {
152
self.status_code = status_code;
153
self
154
}
155
}
156
157
impl ReasonCode for ConverseStreamError {
Callers
1
send_message
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected