authentik.lib.sync.outgoing

Sync constants

1"""Sync constants"""
2
3HTTP_CONFLICT = 409
4HTTP_NO_CONTENT = 204
5HTTP_SERVICE_UNAVAILABLE = 503
6HTTP_TOO_MANY_REQUESTS = 429
HTTP_CONFLICT = 409
HTTP_NO_CONTENT = 204
HTTP_SERVICE_UNAVAILABLE = 503
HTTP_TOO_MANY_REQUESTS = 429