Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit c20d10a

Browse files
author
Peter Nied
committed
Merge pull request #22 from isabsent/patch-1
Update errors.md
2 parents 9aa13c6 + 4db09a2 commit c20d10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Errors in the OneDrive SDK for Android behave just like errors returned from the service. You can read more about them [here](https://github.com/OneDrive/onedrive-api-docs/blob/master/misc/errors.md).
44

5-
Anytime you make a request against the service there is the potential for an error. You will see that all requests to the service can return an error. The errors are returned as `ClientExcepion`, with possible subclasses `ClientAuthenticationException` and `OneDriveServiceException` which your application will want to handle.
5+
Anytime you make a request against the service there is the potential for an error. You will see that all requests to the service can return an error. The errors are returned as `ClientException`, with possible subclasses `ClientAuthenticationException` and `OneDriveServiceException` which your application will want to handle.
66

77
## Checking the error
88

0 commit comments

Comments
 (0)