Skip to content

Commit

Permalink
update the error name
Browse files Browse the repository at this point in the history
  • Loading branch information
Veena11 committed Dec 18, 2024
1 parent bc907c8 commit 209b625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MSAL/src/MSALErrorConverter.m
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ + (void)initialize
@(MSIDErrorServerInvalidState) : @(MSALInternalErrorInvalidState),
@(MSIDErrorServerProtectionPoliciesRequired) : @(MSALErrorServerProtectionPoliciesRequired),
@(MSIDErrorServerUnhandledResponse) : @(MSALInternalErrorUnhandledResponse),
@(MSIDErrorUnExpectedHttpResponse) : @(MSALInternalErrorUnExpectedHttpResponse)
@(MSIDErrorUnexpectedHttpResponse) : @(MSALInternalErrorUnexpectedHttpResponse)
}
};

Expand Down
2 changes: 1 addition & 1 deletion MSAL/src/public/MSALError.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ typedef NS_ENUM(NSInteger, MSALInternalError)
/**
Un expected http response with status code 403 or 404
*/
MSALInternalErrorUnExpectedHttpResponse = -42009,
MSALInternalErrorUnexpectedHttpResponse = -42009,

/**
The passed in authority URL does not pass validation.
Expand Down

0 comments on commit 209b625

Please sign in to comment.