TirsvadCLI Portfolio Library
Loading...
Searching...
No Matches
Constants.cs
1
namespace
TirsvadCLI.Portfolio.Core
;
2
3
internal
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
}
TirsvadCLI.Portfolio.Core
Definition
IApplicationDbContext.cs:5
src
TirsvadCLI.Portfolio.Core
Constants.cs
Generated by
1.15.0