Skip to content

Commit 35e1c17

Browse files
committed
Update Connector.py
1 parent 6d76dd8 commit 35e1c17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nevada/Common/Connector.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
class CommonFunctions:
1111

12+
@staticmethod
13+
def error_message(error_code):
14+
if error_code=='001':
15+
return 'Please Check the input value of format.'
16+
1217
@staticmethod
1318
def print_all_attr(obj: object):
1419
type_list = [type(True), type('str'), type(0), type(None), type({'0':0}), type(0.1), type([])]

0 commit comments

Comments
 (0)