mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-21 01:40:12 -07:00
7 lines
227 B
TypeScript
7 lines
227 B
TypeScript
export enum ErrorMessage {
|
|
UNKNOWN_ERROR = 'An unknown error uccured.',
|
|
DENY_TO_CONNECT = 'You were not allowed to connect.',
|
|
DISCONNECTED = 'You were disconnected.',
|
|
NOT_ALLOWED = 'You were not allowed to connect.',
|
|
}
|