InternalServerError class
- Inheritance
-
- Object
- AppException
- InternalServerError
- Available extensions
Constructors
- InternalServerError({String? message, ErrorType errorType = ErrorType.internalServerError})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
finalinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - type → ErrorType
-
finalinherited
Methods
-
errorMessage(
BuildContext context, {String? badRequestMessage, String? unauthorizedMessage, String? paymentRequiredMessage, String? loginFailedMessage, String? unauthenticatedMessage, String? forbiddenMessage, String? notFoundMessage, String? methodNotAllowedMessage, String? notAcceptableMessage, String? internalServerErrorMessage, String? notImplementedMessage, String? badGatewayMessage}) → String -
Available on AppException, provided by the AppExtensionExt extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited