Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ write_error
Function
write_error
awscli/errorformat.py:37–41 ·
view source on GitHub ↗
(stderr, message)
Source
from the content-addressed store, hash-verified
35
36
37
def
write_error(stderr, message):
38
formatted_message = format_error_message(message)
39
stderr.write(
"\n"
)
40
stderr.write(formatted_message)
41
stderr.write(
"\n"
)
Callers
9
_do_handle_exception
Method · 0.90
_display_structured_error
Method · 0.90
_do_handle_exception
Method · 0.90
_do_handle_exception
Method · 0.90
_do_handle_exception
Method · 0.90
_get_mfa_token
Method · 0.90
_call_sts_get_session_token
Method · 0.90
_resolve_mfa_serial
Method · 0.90
_handle_interactive_prompting
Method · 0.90
Calls
2
format_error_message
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected