MCPcopy 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
37def 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_exceptionMethod · 0.90
_do_handle_exceptionMethod · 0.90
_do_handle_exceptionMethod · 0.90
_do_handle_exceptionMethod · 0.90
_get_mfa_tokenMethod · 0.90
_resolve_mfa_serialMethod · 0.90

Calls 2

format_error_messageFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected