Skip to content

Commit

Permalink
Merge branch 'andyohart/managed-identity-basic-class-implementation' of
Browse files Browse the repository at this point in the history
https://github.com/AzureAD/microsoft-authentication-library-for-go into andyohart/managed-identity-basic-class-implementation
  • Loading branch information
AndyOHart committed Aug 22, 2024
2 parents aadf13d + 1053165 commit 2fe36df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/managedidentity_public_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func WithClaims(claims string) AcquireTokenOption {

Error handling in GO is different to what we used to in languages like Java or Swift.
There is no concept of ‘exceptions’, instead we just return errors and immediately check if an error was returned and handle it there and then.
Basically, we will return client-side errors like so:
The SDK will return client-side errors like so:

```go
if err != nil {
Expand Down

0 comments on commit 2fe36df

Please sign in to comment.