MsalArgumentException class
Occurs when an invalid argument is passed to one of the MSAL API methods. This can include invalid configurations, null or malformed inputs, or missing required arguments.
Only occurs in Android platform.
- Inheritance
-
- Object
- MsalException
- MsalArgumentException
Constructors
- MsalArgumentException({required String errorCode, required String argumentName, required String operationName, required String message})
-
const
Properties
- argumentName → String
-
Argument name that has thown this exception.
final
- errorCode → String
-
Detailed error code.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Error message returned by MSAL SDK.
finalinherited
- operationName → String
-
Operation name provided by SDK.
final
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited