aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/server-error-code.enum.ts
blob: 0bfb2c470bbea55b5610e7d4625c0470599ea86f (plain) (blame)
1
2
3
export const enum ServerErrorCode {
  DOES_NOT_RESPECT_FOLLOW_CONSTRAINTS = 1
}