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 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
Abstract base class for all errors to be attached to QRecords.class
Class to wrap warning messages to attach to QRecords.class
Record 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 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.