]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/server/server-error-code.enum.ts
Handle live federation
[github/Chocobozzz/PeerTube.git] / shared / models / server / server-error-code.enum.ts
1 export const enum ServerErrorCode {
2 DOES_NOT_RESPECT_FOLLOW_CONSTRAINTS = 1
3 }