mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
export const enum ServerErrorCode {
|
|
DOES_NOT_RESPECT_FOLLOW_CONSTRAINTS = 1
|
|
}
|