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

Function construct_entry_point_handlers_chain

awscli/errorhandler.py:106–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104
105
106def construct_entry_point_handlers_chain():
107 handlers = [
108 ParamValidationErrorsHandler(),
109 PrompterInterruptExceptionHandler(),
110 InterruptExceptionHandler(),
111 GeneralExceptionHandler(),
112 ]
113 return ChainedExceptionHandler(exception_handlers=handlers)
114
115
116def construct_cli_error_handlers_chain(session=None):

Callers 1

__init__Method · 0.90

Tested by

no test coverage detected