mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
12 lines
No EOL
425 B
C#
12 lines
No EOL
425 B
C#
namespace Roadie.Library.Models
|
|
{
|
|
public static class OperationMessages
|
|
{
|
|
public const string ErrorOccured = "An error has occured";
|
|
public const string Key = "Bearer ";
|
|
public const string NewKey = "__new__";
|
|
public const string NoImageDataFound = "NO_IMAGE_DATA_FOUND";
|
|
public const string NotModified = "NotModified";
|
|
public const string OkMessage = "OK";
|
|
}
|
|
} |