WebPageNotFound class

Inheritance

Constructors

WebPageNotFound.new()

Properties

code String
Error code. Usually a string of prefix and internalCode.
no setterinherited
defaultPrefix String
Default prefix when not set in ErrorEnvironment.errorReplacePrefixMap.
no setterinherited
fingerprint List<String>?
Used to group and deduplicate events with the same fingerprint in the Log system.
finalinherited
fix Future<void> Function()?
You can define a process to recover from the error.
finalinherited
hasFix bool
true if fix is defined.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasLocalizedFix bool
true if the localization key for localizedFix is defined.
no setterinherited
hasLocalizedMessage bool
true if the localization key for localizedMessage is defined.
no setterinherited
hasLocalizedTitle bool
true if the localization key for localizedTitle is defined.
no setterinherited
hasOverrideLocalizedFix bool
true if the localization key for localizedFix is overridden.
no setterinherited
hasOverrideLocalizedMessage bool
true if the localization key for localizedMessage is overridden.
no setterinherited
hasOverrideLocalizedTitle bool
true if the localization key for localizedTitle is overridden.
no setterinherited
internalCode String
Internal error code. Used as a localization key when being localized like in localizedMessage.
no setterinherited
localeFixData Map<String, String>?
Parameters passed in the localization of localizedFix. prefix is passed by default.
finalinherited
localeMessageData Map<String, String>?
Parameters passed in the localization of localizedMessage. prefix is passed by default.
finalinherited
localeTitleData Map<String, String>?
Parameters passed in the localization of localizedTitle. prefix is passed by default.
finalinherited
localizedFix String
Displays the error treatment message localized by the L10n system.
no setterinherited
localizedMessage String
Displays the error message localized by the L10n system.
no setterinherited
localizedTitle String
Displays the error title localized by the L10n system.
no setterinherited
logLevel → Level?
Notification Level to the Log system.
no setteroverride
message String?
Error message. This message is for logging and debugging purposes and is not meant to be displayed to the user.
finalinherited
namespace String
Defines the namespace of the error. Used in localization keys like in localizedMessage and settings in ErrorEnvironment.
no setterinherited
original Object?
Original error.
finalinherited
prefix String
Prefix for code Can be set by ErrorEnvironment.errorReplacePrefixMap with namespace. If not set, then defaultPrefix.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userLogLevel → Level?
Importance from the user's perspective.
no setteroverride
widget Widget
Returns ErrorWidget.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onReported(ReportRecord record) → void
Called when this exception is reported by the Log system.
inherited
showDialog(BuildContext context) Future<void>
Displays a dialog.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited