ResultInternalServerError class

The result of a failed Endpoint method call where an Exception was thrown during execution of the method.

Inheritance

Constructors

ResultInternalServerError(String exception, StackTrace stackTrace, int? sessionLogId)
Creates a new ResultInternalServerError.

Properties

exception String
The Exception that was thrown.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionLogId int?
The session log id.
final
stackTrace StackTrace
Stack trace when the exception occurred.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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