Skip to content

Reference

Within how much time API should respond to get success/failure response from the backend system. If the limit is crossed then a Timeout error will occur. The value for this parameter is set to 55 (fifty five) seconds. If there is no response from API within this time, the connection will timeout.

Spike Arrest is the number of concurrent requests that can be sent per second. After this limit is reached the Trimble cloud server will reject the request. The value for this parameter is set to - 1,500 (fifteen hundred) requests per second.

Authentication Failure - Httpcode - 401 Unauthorized

{
"fault": {
"status": "401",
"code": "900903",
"message": "Authentication Failure",
"description": "Access Token Expired"
}
}

Access is denied - 503 Service Temporarily unavailable.

<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>503 Bad Request</title>
</head>
<body>
<h1>Bad Request</h1>
<p>The server will not answer such a request...</p>
Access is denied
</body>
</html>

Timeout - Httpcode - 504

{
"fault": {
"faultstring": "Gateway Timeout",
"detail": {
"errorcode": "messaging.adaptors.http.flow.GatewayTimeout"
}
}
}

Timeout - Httpcode - 504 Gateway Time-out error:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>ERROR: The request could not be satisfied</title>
</head>
<body>
<h1>504 ERROR</h1>
<h2>The request could not be satisfied.</h2>
<hr noshade size="1px" />
CloudFront attempted to establish a connection with the origin, but either
the attempt failed or the origin closed the connection. We can't connect to
the server for this app or website at this time. There might be too much
traffic or a configuration error. Try again later, or contact the app or
website owner.
<br clear="all" />
If you provide content to customers through CloudFront, you can find steps
to troubleshoot and help prevent this error by reviewing the CloudFront
documentation.
<br clear="all" />
<hr noshade size="1px" />
<pre>
Generated by cloudfront (CloudFront)
Request ID: usgappQVQPPwjCxYORAWaA7TYs2YUEcNuYU62ER-wv9CC7-hyRAU-A==
</pre
>
<address></address>
</body>
</html>