]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/server-error-code.enum.ts
Add redirection on unavailable video due to follow constraints
[github/Chocobozzz/PeerTube.git] / shared / models / server / server-error-code.enum.ts
CommitLineData
e6abf95e
C
1export const enum ServerErrorCode {
2 DOES_NOT_RESPECT_FOLLOW_CONSTRAINTS = 1
3}