Skip to content

Commit

Permalink
Use correct DBRequestErrorTag on access errors
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Feb 6, 2024
1 parent 9c6f62e commit f417d23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ - (instancetype)initAsAccessError:(NSString *)requestId
errorContent:(NSString *)errorContent
userMessage:(DBLocalizedUserMessage *)userMessage
structuredAccessError:(DBAUTHAccessError *)structuredAccessError {
return [self init:DBRequestErrorAuth
return [self init:DBRequestErrorAccess
requestId:requestId
statusCode:statusCode
errorContent:errorContent
Expand Down

0 comments on commit f417d23

Please sign in to comment.