TirsvadCLI Portfolio Library
Loading...
Searching...
No Matches
Constants.cs
2
3internal class Constants
4{
5 #region Error Messages
6 public const string ERROR_NOT_FOUND = "The requested resource was not found.";
7 public const string ERROR_INVALID_INPUT = "The provided input is invalid.";
8 public const string ERROR_UNAUTHORIZED = "You are not authorized to perform this action.";
9 #endregion
10}