Strings
This section of the documentation is dedicated to explaining the purpose and usage of the various string constants used throughout our package.
Index
ModelSelectionGUI.EQUATION_MISSINGModelSelectionGUI.ESTIMATOR_MISSINGModelSelectionGUI.FILEHASH_NOT_VALIDModelSelectionGUI.FILE_NOT_FOUNDModelSelectionGUI.FILE_NOT_SAVEDModelSelectionGUI.FILE_NOT_SENTModelSelectionGUI.INVALID_CSVModelSelectionGUI.INVALID_PARAMETERModelSelectionGUI.INVALID_RESULT_TYPEModelSelectionGUI.JOB_FAILEDModelSelectionGUI.JOB_FINISHEDModelSelectionGUI.JOB_HAS_NOT_RESULTTYPEModelSelectionGUI.JOB_STARTINGModelSelectionGUI.MISSING_JOB_IDModelSelectionGUI.MISSING_RESULT_TYPE
Contents
ModelSelectionGUI.MISSING_JOB_ID — ConstantMISSING_JOB_IDThis constant is a string template for error messages indicating that a job with a given ID does not exist. It's typically used in a context where you're trying to find a job by its ID and the ID does not match any existing job.
ModelSelectionGUI.FILE_NOT_SENT — ConstantFILE_NOT_SENTThis constant is used when a required file was not provided or transmitted as expected in a file operation or request.
ModelSelectionGUI.FILE_NOT_FOUND — ConstantFILE_NOT_FOUNDThis constant is used when a file was expected to be found in a certain location or under a certain name, but wasn't.
ModelSelectionGUI.INVALID_CSV — ConstantINVALID_CSVThis constant indicates that a file that was expected to be in the CSV format was not valid CSV.
ModelSelectionGUI.FILE_NOT_SAVED — ConstantFILE_NOT_SAVEDThis constant is used when there was a problem or an error when attempting to save a file.
ModelSelectionGUI.FILEHASH_NOT_VALID — ConstantFILEHASH_NOT_VALIDThis constant is a string template for error messages indicating that a given file hash is not valid. It's typically used when you're validating the hash of a file.
ModelSelectionGUI.ESTIMATOR_MISSING — ConstantESTIMATOR_MISSINGThis constant is used when an expected estimator was not provided in the context of a model or analysis.
ModelSelectionGUI.EQUATION_MISSING — ConstantEQUATION_MISSINGThis constant is used when an equation, which is required for a particular calculation or operation, was not provided.
ModelSelectionGUI.MISSING_RESULT_TYPE — ConstantMISSING_RESULT_TYPEThis constant is used when a result type, which is required to process or categorize an output, is not provided.
ModelSelectionGUI.INVALID_RESULT_TYPE — ConstantINVALID_RESULT_TYPEThis constant is a string template for error messages indicating that a given result type is not valid. It's typically used in a context where you're trying to request a result by its type and the type does not match any known result types.
ModelSelectionGUI.JOB_HAS_NOT_RESULTTYPE — ConstantJOB_HAS_NOT_RESULTTYPEThis constant is a string template for error messages indicating that a job does not have a result of a specified type. It's typically used when you're trying to request a result by its type from a job and the job does not have a result of that type.
ModelSelectionGUI.JOB_STARTING — ConstantJOB_STARTINGConstant representing the message indicating that the job has started.
ModelSelectionGUI.JOB_FINISHED — ConstantJOB_FINISHEDConstant representing the message indicating that the job has finished.
ModelSelectionGUI.JOB_FAILED — ConstantJOB_FAILEDConstant representing the message indicating that the job has failed.
ModelSelectionGUI.INVALID_PARAMETER — ConstantINVALID_PARAMETERThis constant is used when a parameter, which is required for a particular calculation or operation, was not valid.