Uses of Class
com.kingsrook.qqq.backend.core.model.statusmessages.QErrorMessage
Packages that use QErrorMessage
Package
Description
-
Uses of QErrorMessage in com.kingsrook.qqq.backend.core.actions.tables.helpers
Methods in com.kingsrook.qqq.backend.core.actions.tables.helpers that return types with arguments of type QErrorMessageModifier and TypeMethodDescriptionstatic List<QErrorMessage> ValidateRecordSecurityLockHelper.validateRecordSecurityValue(QTableMetaData table, RecordSecurityLock recordSecurityLock, Serializable recordSecurityValue, QFieldType fieldType, ValidateRecordSecurityLockHelper.Action action, Map<Serializable, QRecord> madeUpPrimaryKeys, QSession qSession) -
Uses of QErrorMessage in com.kingsrook.qqq.backend.core.model.data
Methods in com.kingsrook.qqq.backend.core.model.data that return types with arguments of type QErrorMessageMethods in com.kingsrook.qqq.backend.core.model.data with parameters of type QErrorMessageModifier and TypeMethodDescriptionvoidQRecord.addError(QErrorMessage error) Add one error to this recordQRecord.withError(QErrorMessage error) Fluently Add one error to this recordMethod parameters in com.kingsrook.qqq.backend.core.model.data with type arguments of type QErrorMessageModifier and TypeMethodDescriptionvoidQRecord.setErrors(List<QErrorMessage> errors) Setter for errors -
Uses of QErrorMessage in com.kingsrook.qqq.backend.core.model.statusmessages
Subclasses of QErrorMessage in com.kingsrook.qqq.backend.core.model.statusmessagesModifier and TypeClassDescriptionclassRecord error message for when some bad input caused the issue (e.g., a missing value, or an illegal value).classspecialization of bad-input status message, specifically for the case of a duplicated key (e.g., unique-key validation error)classRecord error message for when something couldn't be found (e.g., a request to update a record, but it isn't in the backend).classRecord error message for when the user didn't have permission to do what they were trying.classRecord error message for when the system was at fault - not the user. -
Uses of QErrorMessage in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert.mapping
Subclasses of QErrorMessage in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert.mappingModifier and TypeClassDescriptionclassclassSpecialized error for records, for bulk-load use-cases, where we want to report back info to the user about the field invalid input: '&' value.classSpecialized error for records, for bulk-load use-cases, where we want to report back info to the user about the field invalid input: '&' value.