ftl/common/ftl_error.py [54:63]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "errorId": genErrorId(str(err)),
                "errorMessage": str(err)
            }
        }
        with open(os.path.join(path, constants.BUILDER_OUTPUT_FILE), "w") as f:
            f.write(json.dumps(resp))
    if fail_on_error:
        exit(1)
    else:
        exit(0)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



