@@ -366,24 +366,23 @@ post:
366366 content :
367367 application/json :
368368 schema :
369- $ref : ../../components/schemas/common/ErrorResponse.yaml
370- example :
371- error :
372- type : run-failed
373- message : >-
374- Actor run did not succeed (run ID: 55uatRrZib4xbZs, status:
375- FAILED)
369+ oneOf :
370+ - $ref : " ../../components/schemas/common/errors/ActorErrors.yaml#/ActorRunFailedError"
371+ " 404 " :
372+ description : Not found - the requested resource was not found.
373+ content :
374+ application/json :
375+ schema :
376+ oneOf :
377+ - $ref : " ../../components/schemas/common/errors/ActorErrors.yaml#/ActorNotFoundError"
376378 " 408 " :
377379 description : " "
378380 headers : {}
379381 content :
380382 application/json :
381383 schema :
382- $ref : ../../components/schemas/common/ErrorResponse.yaml
383- example :
384- error :
385- type : run-timeout-exceeded
386- message : Actor run exceeded timeout of 300 seconds for this API endpoint
384+ oneOf :
385+ - $ref : " ../../components/schemas/common/errors/ActorErrors.yaml#/ActorRunTimeoutExceededError"
387386 deprecated : false
388387 x-legacy-doc-urls :
389388 - https://docs.apify.com/api/v2#/reference/actors/run-actor-synchronously-and-get-dataset-items/run-actor-synchronously-with-input-and-get-dataset-items
@@ -732,24 +731,23 @@ get:
732731 content :
733732 application/json :
734733 schema :
735- $ref : ../../components/schemas/common/ErrorResponse.yaml
736- example :
737- error :
738- type : run-failed
739- message : >-
740- Actor run did not succeed (run ID: 55uatRrZib4xbZs, status:
741- FAILED)
734+ oneOf :
735+ - $ref : " ../../components/schemas/common/errors/ActorErrors.yaml#/ActorRunFailedError"
736+ " 404 " :
737+ description : Not found - the requested resource was not found.
738+ content :
739+ application/json :
740+ schema :
741+ oneOf :
742+ - $ref : " ../../components/schemas/common/errors/ActorErrors.yaml#/ActorNotFoundError"
742743 " 408 " :
743744 description : " "
744745 headers : {}
745746 content :
746747 application/json :
747748 schema :
748- $ref : ../../components/schemas/common/ErrorResponse.yaml
749- example :
750- error :
751- type : run-timeout-exceeded
752- message : Actor run exceeded timeout of 60 seconds for this API endpoint
749+ oneOf :
750+ - $ref : " ../../components/schemas/common/errors/ActorErrors.yaml#/ActorRunTimeoutExceededError"
753751 deprecated : false
754752 x-legacy-doc-urls :
755753 - https://docs.apify.com/api/v2#/reference/actors/run-actor-synchronously-and-get-dataset-items/run-actor-synchronously-without-input-and-get-dataset-items
0 commit comments