UiPath Orchestrator API error code List

Hello,

Is there any URL which provides all the API Error_codes for UiPath Orchestrator?

For Example,
I Invoke Robots - Create (https://platform.uipath.com/odata/Robots) method and API returns with error_code 1001 since the robot is already present. The response will be as below.

{
“message”: “The user from machine is already used by another robot”,
“errorCode”: 1001,
“resourceIds”: null
}

Similar to this, I need URL which lists all Error_codes related to UiPath Orchestrator API.
Anyone can help me regarding the same?
Are there any specific URLs available which defines these error codes?

NOTE: The below URL provide us with the Generic HTTP error codes.
https://download.asperasoft.com/download/docs/orchestrator/3.0.1/user_win/webhelp/index.html#dita/error_codes.html

I am expecting more of a functional error_codes (similar to the above-given example of a robot creation) which are related to UiPath Orchestrator.

well though these gives the error that occurs in Orchestrator

this will occur the same way while connecting through API
and to be simple we can make search with API code error that you are looking for while connecting orchestrator
https://www.google.com/search?client=firefox-b-d&channel=crow&q=api+error+codes+in+uipath+orchestrator

Cheers @VinayRookie87

1 Like

Thanks for the reply and information :slight_smile: However, I was looking for a link which lists all the error_codes related to UiPath Orchestrator.
I believe Somewhere it should have been documented, isn’t it?

1 Like

Well i made a google on it, but i didn’t get any such…will let you know for sure if i get to know that buddy @VinayRookie87
And the reason why i gave those orchestrator error lists is it does occur with the same error message when connected to API as well
Cheers @VinayRookie87

1 Like

Thanks @Palaniyappan :slight_smile:

1 Like

Cheers @VinayRookie87