IdentityError Class¶
Encapsulates an error from the identity subsystem.
- Namespace
Microsoft.AspNetCore.Identity
- Assemblies
- Microsoft.AspNetCore.Identity
Properties¶
-
Microsoft.AspNetCore.Identity.IdentityError.
Code
¶ Gets or sets the code for this error.
Return type: System.String Returns: The code for this error. public string Code { get; set; }
-
Microsoft.AspNetCore.Identity.IdentityError.
Description
¶ Gets or sets the description for this error.
Return type: System.String Returns: The description for this error. public string Description { get; set; }
-