如果使用 REST API 时发生错误,请参阅响应错误代码以获取详细描述。 注:斜体文本 (例如{0},{1},{2}) 指示它们是变量,这些变量将替换为消息中显示的内容。 表1. 响应错误代码 错误标识描述 403此帐户已锁定{0}分钟。 10001源系统已存在。 10002源系统不存在。
code string One of a server-defined set of error codes. innererror Azure.Core.Foundations.InnerError Inner error. Contact API contact information Expand table NameTypeDescription email string Email address for the contact. name string Name of the contact. url string URL for the contact. Exte...
api-version query True string 要用于此操作的 API 版本。 $filter query string OData 筛选器参数。 响应 展开表 名称类型说明 200 OK ApiListResult Azure 操作已成功完成。 Other Status Codes ErrorResponse 意外的错误响应。 安全性 azure_auth Azure Active Directory OAuth2 流。 类型: oauth2 流向:...
TheList Containersoperation times out after 30 seconds. Pricing requests can originate from clients that use Blob Storage APIs, either directly through the Blob Storage REST API, or from an Azure Storage client library. These requests accrue charges per transaction. The type of transaction affects ...
TheList Containersoperation times out after 30 seconds. Billing Pricing requests can originate from clients that use Blob Storage APIs, either directly through the Blob Storage REST API, or from an Azure Storage client library. These requests accrue charges per transaction. The type of transaction ...
REST API response format using HTTP status codes restrest-apirestfulrestapi UpdatedAug 30, 2017 FEMessage/el-data-table Star486 Code Issues Pull requests 🥘Base on element-ui, makes crud easily crudtablerestapielement-ui UpdatedJul 26, 2022 ...
Azure 存储的 REST API 操作返回 HTTP /1.1 状态代码定义中定义的标准 HTTP 状态代码。API 操作还可以返回由服务定义的其他错误信息。 此额外错误信息将返回到响应正文中。错误响应的正文采用下面所示的基本格式。 元素 code 指示错误代码字符串,而 message 元素指示错误消息字符串。
The REST API responds to each request with an HTTP response code. TheHTTP standard RFC 2616is a primary source of information for the meaning of error codes. However, this table provides details of response codes, typical scenarios, and what information can be expected in the response body. ...
# test esri's drive time analysis GP Task gp_url = 'http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Network/ESRI_DriveTime_US/GPServer/CreateDriveTimePolygons' gp = restapi.GPTask(gp_url) # get a list of gp parameters (so we know what to pass in as kwargs) print('\nG...
Postman is the most essential tool for API development and testing. It allows you to interact with any REST API by sending different kinds of HTTP requests like GET, POST, DELETE, etc. You can then see the response and also view response headers and codes. It also allows you to send que...