Skip to content

Commit

Permalink
Update RxSwift.md
Browse files Browse the repository at this point in the history
Changed error domain
  • Loading branch information
arjunnaha committed Sep 8, 2017
1 parent 077d3e5 commit 9e89bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RxSwift.md
Expand Up @@ -82,7 +82,7 @@ To make things even awesomer, Moya provides some extensions to
- `mapString(atKeyPath:)` tries to map a response data key path to a string and
errors if unsuccessful.

In the error cases, the error's `domain` is `MoyaErrorDomain`. The code
In the error cases, the error's `domain` is `Moya.MoyaError`. The code
is one of `MoyaErrorCode`'s `rawValue`s, where appropriate. Wherever
possible, underlying errors are provided and the original response
data is included in the `NSError`'s `userInfo` dictionary using the
Expand Down

0 comments on commit 9e89bde

Please sign in to comment.