mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.6
This commit is contained in:
@@ -100,8 +100,18 @@ export async function libraryDeleteLibrary(
|
||||
context,
|
||||
errorCodes: ["400", "401", "4XX", "5XX"],
|
||||
retryConfig: options?.retries
|
||||
|| client._options.retryConfig,
|
||||
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
||||
|| client._options.retryConfig
|
||||
|| {
|
||||
strategy: "backoff",
|
||||
backoff: {
|
||||
initialInterval: 500,
|
||||
maxInterval: 60000,
|
||||
exponent: 1.5,
|
||||
maxElapsedTime: 3600000,
|
||||
},
|
||||
retryConnectionErrors: true,
|
||||
},
|
||||
retryCodes: options?.retryCodes || ["5XX"],
|
||||
});
|
||||
if (!doResult.ok) {
|
||||
return doResult;
|
||||
|
||||
Reference in New Issue
Block a user