Package com.kingsrook.qqq.backend.core.model.statusmessages
package com.kingsrook.qqq.backend.core.model.statusmessages
-
ClassesClassDescriptionRecord error message for when some bad input caused the issue (e.g., a missing value, or an illegal value).specialization of bad-input status message, specifically for the case of a duplicated key (e.g., unique-key validation error)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).Record error message for when the user didn't have permission to do what they were trying.Abstract base class for all errors to be attached to QRecords.Abstract Base class for status messages (errors or warnings) that can be attached to QRecords.Class to wrap warning messages to attach to QRecords.Record error message for when the system was at fault - not the user.