Class DataAccessFailedMessages
A class that handles creating common failure message for data store exceptions.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public static class DataAccessFailedMessages
Methods
View SourceGetTokensFailedToLoadMessage(string)
Gets a common message to display if tokens fail to load from the data store.
Declaration
public static string GetTokensFailedToLoadMessage(string tokenType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tokenType | The type of token trying to load. |
Returns
| Type | Description |
|---|---|
| string | A detailed error message for what went wrong and how users can action on it. |