Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Netflix/bless
/ error_response
Function
error_response
bless/aws_lambda/bless_lambda_common.py:23–27 ·
view source on GitHub ↗
(error_type, error_message)
Source
from the content-addressed store, hash-verified
21
22
23
def
error_response(error_type, error_message):
24
return
{
25
'errorType'
: error_type,
26
'errorMessage'
: error_message
27
}
28
29
30
def
set_logger(config):
Callers
2
lambda_handler_host
Function · 0.90
lambda_handler_user
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected