MCPcopy Index your code
hub / github.com/aws/aws-cli / _do_handle_exception

Method _do_handle_exception

awscli/errorhandler.py:366–370  ·  view source on GitHub ↗
(self, exception, stdout, stderr, **kwargs)

Source from the content-addressed store, hash-verified

364 RC = PARAM_VALIDATION_ERROR_RC
365
366 def _do_handle_exception(self, exception, stdout, stderr, **kwargs):
367 stderr.write("\n")
368 stderr.write(f'usage: {USAGE}\n')
369 write_error(stderr, str(exception))
370 return self.RC
371
372
373class InterruptExceptionHandler(FilteredExceptionHandler):

Callers

nothing calls this directly

Calls 2

write_errorFunction · 0.90
writeMethod · 0.45

Tested by

no test coverage detected