Union type of all possible authentication error codes.
function handleError(code: AuthErrorCode) { if (code === AuthErrorCode.NETWORK_ERROR) retry();}@public Copy
function handleError(code: AuthErrorCode) { if (code === AuthErrorCode.NETWORK_ERROR) retry();}@public
0.1.1
Union type of all possible authentication error codes.