Enumeration of failed operation types.
export enum FailedOperationType { SYNC_UPDATE = "sync_update", SYNC_DELETE = "sync_delete", MATCH_SEARCH = "match_search", AUTH_TOKEN_EXCHANGE = "auth_token_exchange",} Copy
export enum FailedOperationType { SYNC_UPDATE = "sync_update", SYNC_DELETE = "sync_delete", MATCH_SEARCH = "match_search", AUTH_TOKEN_EXCHANGE = "auth_token_exchange",}
Enumeration of failed operation types.
Source