FBSDKLoginErrorDomain.h 612 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) Meta Platforms, Inc. and affiliates.
  3. * All rights reserved.
  4. *
  5. * This source code is licensed under the license found in the
  6. * LICENSE file in the root directory of this source tree.
  7. */
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. /// The error domain for all errors from LoginKit
  11. /// Error codes from the SDK in the range 300-399 are reserved for login errors in this domain.
  12. /// Error codes from the SDK in the range 1349100-1349199 are reserved for device login errors in this domain.
  13. FOUNDATION_EXPORT NSErrorDomain const FBSDKLoginErrorDomain;
  14. NS_ASSUME_NONNULL_END