This is a list of HTTP status codes returned from the API. If you use an API client library, refer to the error handling section of the particular client library documentation to learn how to receive the status code. If you are troubleshooting an issue, you can enable logging of conversion...
Learn about the status codes and messages corresponding to Zoho Creator's v2.1 REST APIs, and what they mean.
Major-status codes are returned as shown here: OM_uint32 major_status ; /* status returned by GSS-API */ major_status = gss_generic_function(arg1, arg2 ...); Major status return codes can be processed like any other OM_uint32. For example: OM_uint32 maj_stat; maj_sta = gss_ge...
getStatus() StatusCodes 返回状态码 toString() String 返回类型说明 setGetBusListCompleteCallback(callback: Function) none 设置公交列表查询后的回调函数。参数:rs: BusListResult类型 setGetBusLineCompleteCallback(callback: Function) none 设置公交线路查询后的回调函数。参数:rs: BusLine类型 setBusListHtml...
Status Codes Status Code Message Description 200 OK The request is successful. The requested header or data body will be returned with the response. 201 Created When the POST or PUT operation is successful, status code201(Created) is returned with the URL in theLocationfield of the new ...
HTTP status codes Successful requests 2XX Status codeDescription 200 OKThe request succeeded. 201 CreatedAPOSTmethod successfully created a resource. If the resource was already created by a previous execution of the same method, for example, the server returns the HTTP200 OKstatus code. ...
Polygon Search Status CodesStatus CodeDescription 670 Polygon shape is missing, please provide the polygon shape points, or a list of 3+ locations for the search boundary 671 Locations used in the polygon search are invalid. You probably have less than three locations. 672 An error in ...
, "Success": true, "ErrorCode": "Invalid.Tenant.ConnectionNotExists", "Data": { "PageNumber": 1, "PageSize": 10, "TotalCount": 100, "Apis": [ { "Timeout": 10000, "Status": 0, "ApiId": 10002, "ApiMode": 0, "ProjectId": 10000, "ResponseContentType": 0, "CreatorId": ...
This API is used to query the details of an API.For details, see Calling APIs.GET /v2/{project_id}/apigw/instances/{instance_id}/apis/{api_id}Status code: 200Status code:
Table 1Error codes HTTP Status Code Error Code Description Solution 404 APIC.0101 The API does not exist or has not been published in the environment. Check whether the domain name, method, and path are consistent with those of the registered API. ...