Uses of Class
com.kingsrook.qqq.backend.core.model.statusmessages.QStatusMessage
Packages that use QStatusMessage
Package
Description
-
Uses of QStatusMessage in com.kingsrook.qqq.backend.core.model.statusmessages
Subclasses of QStatusMessage 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.classAbstract base class for all errors to be attached to QRecords.classClass to wrap warning messages to attach to QRecords.classRecord error message for when the system was at fault - not the user. -
Uses of QStatusMessage in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert.mapping
Subclasses of QStatusMessage 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.