We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d568f3 commit 67b4d08Copy full SHA for 67b4d08
pocketclient/src/lib.rs
@@ -192,7 +192,7 @@ impl PocketClient {
192
raw_response.status() == StatusCode::CREATED,
193
runtime_error(
194
PocketClientErrorCode::UnexpectedResponse,
195
- "Got unexpected response to Pocket challenge request: Pocket API returned status"
+ "Got unexpected response to Pocket challenge request"
196
)
197
);
198
@@ -256,7 +256,7 @@ impl PocketClient {
256
257
258
259
- "Got unexpected response to Pocket order creation request: Pocket API returned status {}"
+ "Got unexpected response to Pocket order creation request"
260
261
262
0 commit comments