NotLoggedInException class
Thrown in --non-interactive mode when a command needs a login but has no
session.
The interactive browser login is not started in --non-interactive mode.
- Inheritance
-
- Object
- FailureException
- NotLoggedInException
- Implemented types
Constructors
- NotLoggedInException({required String baseCommand})
Properties
-
errors
→ List<
String> -
The error messages for this failure, if any, in a user-friendly format.
finalinherited
- exitCode → int
-
The exit code to use.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String?
-
The user hint relevant for this failure, if any.
finalinherited
- nestedException → Exception?
-
The exception that caused this failure, if any.
finalinherited
- nestedStackTrace → StackTrace?
-
The stack trace of the exception that caused this failure, if any.
finalinherited
- reason → String?
-
The technical reason for this failure, if known.
Might be technical rather than user-friendly.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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