MSALNativeAuthError
@objcMembers
public class MSALNativeAuthError : NSObject, LocalizedError
Class that defines the basic structure of a Native Auth error
-
Describes why an error occurred and provides more information about the error.
Declaration
Swift
public var errorDescription: String? { get }
-
Correlation ID used for the request
Declaration
Swift
public let correlationId: UUID
-
Error codes returned along with the error
Declaration
Swift
public let errorCodes: [Int]
-
Error uri that can be followed to get more information about the error returned by the server
Declaration
Swift
public let errorUri: String?