Strings

This section of the documentation is dedicated to explaining the purpose and usage of the various string constants used throughout our package.

Index

Contents

ModelSelectionGUI.MISSING_JOB_IDConstant
MISSING_JOB_ID

This 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.

source
ModelSelectionGUI.FILEHASH_NOT_VALIDConstant
FILEHASH_NOT_VALID

This 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.

source
ModelSelectionGUI.INVALID_RESULT_TYPEConstant
INVALID_RESULT_TYPE

This 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.

source
ModelSelectionGUI.JOB_HAS_NOT_RESULTTYPEConstant
JOB_HAS_NOT_RESULTTYPE

This 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.

source