Skip to content

Commit 8029119

Browse files
committed
readme
1 parent 4c9d974 commit 8029119

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Calling this operation starts a new prediction for the version and inputs you pr
5757
Each time a prediction generates an output (note that predictions can generate multiple outputs)
5858
You can find input format for models at [the model page](https://replicate.com/stability-ai/stable-diffusion/api) for example
5959

60-
### Handling Replicate error
61-
60+
### Handling error
61+
Processing cases server cannot or will not process the request due to something that is perceived to be a client error
6262
![The concept](https://github.com/The-Igor/replicate-kit-swift/blob/main/img/errors.png)
6363

6464

Sources/replicate-kit-swift/error/ResponseError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public struct ResponseError: Hashable, CustomStringConvertible, LocalizedError,
4646
}
4747

4848

49-
/// Processing server cannot or will not process the request due to something that is perceived to be a client error
49+
/// Processing cases server cannot or will not process the request due to something that is perceived to be a client error
5050
/// 401 Unauthorized
5151
/// 402 Payment Required
5252
/// - Parameter error: Error

0 commit comments

Comments
 (0)