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

Method _get_additional_fields

awscli/errorhandler.py:97–103  ·  view source on GitHub ↗
(self, error_info)

Source from the content-addressed store, hash-verified

95 return str(value)
96
97 def _get_additional_fields(self, error_info):
98 standard_keys = {'code', 'message'}
99 return {
100 k: v
101 for k, v in error_info.items()
102 if k.lower() not in standard_keys
103 }
104
105
106def construct_entry_point_handlers_chain():

Callers 1

format_errorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected