Loading client/vos_data +4 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,10 @@ DESCRIPTION jobId = confirmResponse["jobId"] print(f"\nJobID: {jobId}") print("Storage process started successfully!\n") elif confirmResponse["responseType"] == "ERROR": errorCode = confirmResponse["errorCode"] errorMsg = confirmResponse["errorMsg"] sys.exit(f"\nError code: {errorCode}\nError message: {errorMsg}\n") else: sys.exit("FATAL: Unknown response type.\n") else: Loading Loading
client/vos_data +4 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,10 @@ DESCRIPTION jobId = confirmResponse["jobId"] print(f"\nJobID: {jobId}") print("Storage process started successfully!\n") elif confirmResponse["responseType"] == "ERROR": errorCode = confirmResponse["errorCode"] errorMsg = confirmResponse["errorMsg"] sys.exit(f"\nError code: {errorCode}\nError message: {errorMsg}\n") else: sys.exit("FATAL: Unknown response type.\n") else: Loading