MSALNativeAuthGenericError

@objc
public class MSALNativeAuthGenericError : MSALNativeAuthError

This error class contains the most basic representation of a native auth error

  • Describes why an error occurred and provides more information about the error.

    Declaration

    Swift

    public override var errorDescription: String? { get }