Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ error
Function
error
web/pgacloud/utils/io.py:23–29 ·
view source on GitHub ↗
Print an error message and exit
(message)
Source
from the content-addressed store, hash-verified
21
22
23
def
error(message):
24
""
" Print an error message and exit "
""
25
debug(message)
26
27
output({
'error'
: message})
28
29
sys.exit(1)
30
31
32
def
output(data):
Callers
8
_create_security_group
Method · 0.90
_add_ingress_rule
Method · 0.90
_create_rds_instance
Method · 0.90
_delete_rds_instance
Method · 0.90
_delete_security_group
Method · 0.90
_create_azure_instance
Method · 0.90
_delete_azure_instance
Method · 0.90
_create_google_postgresql_instance
Method · 0.90
Calls
2
debug
Function · 0.85
output
Function · 0.85
Tested by
no test coverage detected