Add redirection on unavailable video due to follow constraints
This commit is contained in:
parent
ca00baa75a
commit
e6abf95e9f
4 changed files with 41 additions and 18 deletions
3
shared/models/server/server-error-code.enum.ts
Normal file
3
shared/models/server/server-error-code.enum.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export const enum ServerErrorCode {
|
||||
DOES_NOT_RESPECT_FOLLOW_CONSTRAINTS = 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue