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) -
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 TypeMethodDescriptionvoid
QRecord.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 TypeMethodDescriptionvoid
QRecord.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 TypeClassDescriptionclass
Record error message for when some bad input caused the issue (e.g., a missing value, or an illegal value).class
specialization of bad-input status message, specifically for the case of a duplicated key (e.g., unique-key validation error)class
Record error message for when something couldn't be found (e.g., a request to update a record, but it isn't in the backend).class
Record error message for when the user didn't have permission to do what they were trying.class
Record 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 TypeClassDescriptionclass
class
Specialized error for records, for bulk-load use-cases, where we want to report back info to the user about the field invalid input: '&' value.class
Specialized error for records, for bulk-load use-cases, where we want to report back info to the user about the field invalid input: '&' value.