AbstractProtectedconstructorBuilds an error with optional localized messaging and translation hooks.
Protected ReadonlymessagesOptional ReadonlynativeProtected ReadonlynativeOptional ReadonlyparentReadonlypayloadProtected ReadonlytranslateProtected Optional ReadonlyuserProtected ReadonlyuserDynamically formats the aggregate message from the internal store.
ProtectedaddStores a fully formatted message in the aggregation buffer.
Escapes interpolated values so UI layers can safely render the message.
ProtectedinitializeAdds native and parent messages (if available) to the internal store so subclasses can build a composite error summary.
ProtectedinitializeAdds an English fallback user message to the aggregate message stack.
Base class for errors that expose a localized message alongside the developer-focused stack trace and payload.