ToErrors
Methods
public static void ToErrors(this CredentialsIssue issues, List<string> results)
Gets a list of error messages based on the CredentialsIssue flags.
Parameters
| Type | Name | Description |
|---|---|---|
| CredentialsIssue | issues | The CredentialsIssue to convert into error messages. |
| List<string> | results | The list to which the error texts will be added.
|