📄 jwabitsmsg.pas
字号:
// MessageText:
//
// The request can be continued.
//
BG_E_HTTP_ERROR_100 = DWORD($80190064);
{$EXTERNALSYM BG_E_HTTP_ERROR_100}
//
// MessageId: BG_E_HTTP_ERROR_101
//
// MessageText:
//
// The server has switched protocols in an upgrade header.
//
BG_E_HTTP_ERROR_101 = DWORD($80190065);
{$EXTERNALSYM BG_E_HTTP_ERROR_101}
//
// MessageId: BG_E_HTTP_ERROR_200
//
// MessageText:
//
// The request completed successfully.
//
BG_E_HTTP_ERROR_200 = DWORD($801900C8);
{$EXTERNALSYM BG_E_HTTP_ERROR_200}
//
// MessageId: BG_E_HTTP_ERROR_201
//
// MessageText:
//
// The request has been fulfilled and resulted in the creation of a new resource.
//
BG_E_HTTP_ERROR_201 = DWORD($801900C9);
{$EXTERNALSYM BG_E_HTTP_ERROR_201}
//
// MessageId: BG_E_HTTP_ERROR_202
//
// MessageText:
//
// The request has been accepted for processing, but the processing has not been completed.
//
BG_E_HTTP_ERROR_202 = DWORD($801900CA);
{$EXTERNALSYM BG_E_HTTP_ERROR_202}
//
// MessageId: BG_E_HTTP_ERROR_203
//
// MessageText:
//
// The returned meta information in the entity-header is not the definitive set available from the origin server.
//
BG_E_HTTP_ERROR_203 = DWORD($801900CB);
{$EXTERNALSYM BG_E_HTTP_ERROR_203}
//
// MessageId: BG_E_HTTP_ERROR_204
//
// MessageText:
//
// The server has fulfilled the request, but there is no new information to send back.
//
BG_E_HTTP_ERROR_204 = DWORD($801900CC);
{$EXTERNALSYM BG_E_HTTP_ERROR_204}
//
// MessageId: BG_E_HTTP_ERROR_205
//
// MessageText:
//
// The request has been completed, and the client program should reset the document view that caused the request to be sent to allow the user to easily initiate another input action.
//
BG_E_HTTP_ERROR_205 = DWORD($801900CD);
{$EXTERNALSYM BG_E_HTTP_ERROR_205}
//
// MessageId: BG_E_HTTP_ERROR_206
//
// MessageText:
//
// The server has fulfilled the partial GET request for the resource.
//
BG_E_HTTP_ERROR_206 = DWORD($801900CE);
{$EXTERNALSYM BG_E_HTTP_ERROR_206}
//
// MessageId: BG_E_HTTP_ERROR_300
//
// MessageText:
//
// The server couldn't decide what to return.
//
BG_E_HTTP_ERROR_300 = DWORD($8019012C);
{$EXTERNALSYM BG_E_HTTP_ERROR_300}
//
// MessageId: BG_E_HTTP_ERROR_301
//
// MessageText:
//
// The requested resource has been assigned to a new permanent URI (Uniform Resource Identifier), and any future references to this resource should be done using one of the returned URIs.
//
BG_E_HTTP_ERROR_301 = DWORD($8019012D);
{$EXTERNALSYM BG_E_HTTP_ERROR_301}
//
// MessageId: BG_E_HTTP_ERROR_302
//
// MessageText:
//
// The requested resource resides temporarily under a different URI (Uniform Resource Identifier).
//
BG_E_HTTP_ERROR_302 = DWORD($8019012E);
{$EXTERNALSYM BG_E_HTTP_ERROR_302}
//
// MessageId: BG_E_HTTP_ERROR_303
//
// MessageText:
//
// The response to the request can be found under a different URI (Uniform Resource Identifier) and should be retrieved using a GET method on that resource.
//
BG_E_HTTP_ERROR_303 = DWORD($8019012F);
{$EXTERNALSYM BG_E_HTTP_ERROR_303}
//
// MessageId: BG_E_HTTP_ERROR_304
//
// MessageText:
//
// The requested resource has not been modified.
//
BG_E_HTTP_ERROR_304 = DWORD($80190130);
{$EXTERNALSYM BG_E_HTTP_ERROR_304}
//
// MessageId: BG_E_HTTP_ERROR_305
//
// MessageText:
//
// The requested resource must be accessed through the proxy given by the location field.
//
BG_E_HTTP_ERROR_305 = DWORD($80190131);
{$EXTERNALSYM BG_E_HTTP_ERROR_305}
//
// MessageId: BG_E_HTTP_ERROR_307
//
// MessageText:
//
// The redirected request keeps the same verb. HTTP/1.1 behavior.
//
BG_E_HTTP_ERROR_307 = DWORD($80190133);
{$EXTERNALSYM BG_E_HTTP_ERROR_307}
//
// MessageId: BG_E_HTTP_ERROR_400
//
// MessageText:
//
// The request could not be processed by the server due to invalid syntax.
//
BG_E_HTTP_ERROR_400 = DWORD($80190190);
{$EXTERNALSYM BG_E_HTTP_ERROR_400}
//
// MessageId: BG_E_HTTP_ERROR_401
//
// MessageText:
//
// The requested resource requires user authentication.
//
BG_E_HTTP_ERROR_401 = DWORD($80190191);
{$EXTERNALSYM BG_E_HTTP_ERROR_401}
//
// MessageId: BG_E_HTTP_ERROR_402
//
// MessageText:
//
// Not currently implemented in the HTTP protocol.
//
BG_E_HTTP_ERROR_402 = DWORD($80190192);
{$EXTERNALSYM BG_E_HTTP_ERROR_402}
//
// MessageId: BG_E_HTTP_ERROR_403
//
// MessageText:
//
// The server understood the request, but is refusing to fulfill it.
//
BG_E_HTTP_ERROR_403 = DWORD($80190193);
{$EXTERNALSYM BG_E_HTTP_ERROR_403}
//
// MessageId: BG_E_HTTP_ERROR_404
//
// MessageText:
//
// The server has not found anything matching the requested URI (Uniform Resource Identifier).
//
BG_E_HTTP_ERROR_404 = DWORD($80190194);
{$EXTERNALSYM BG_E_HTTP_ERROR_404}
//
// MessageId: BG_E_HTTP_ERROR_405
//
// MessageText:
//
// The method used is not allowed.
//
BG_E_HTTP_ERROR_405 = DWORD($80190195);
{$EXTERNALSYM BG_E_HTTP_ERROR_405}
//
// MessageId: BG_E_HTTP_ERROR_406
//
// MessageText:
//
// No responses acceptable to the client were found.
//
BG_E_HTTP_ERROR_406 = DWORD($80190196);
{$EXTERNALSYM BG_E_HTTP_ERROR_406}
//
// MessageId: BG_E_HTTP_ERROR_407
//
// MessageText:
//
// Proxy authentication required.
//
BG_E_HTTP_ERROR_407 = DWORD($80190197);
{$EXTERNALSYM BG_E_HTTP_ERROR_407}
//
// MessageId: BG_E_HTTP_ERROR_408
//
// MessageText:
//
// The server timed out waiting for the request.
//
BG_E_HTTP_ERROR_408 = DWORD($80190198);
{$EXTERNALSYM BG_E_HTTP_ERROR_408}
//
// MessageId: BG_E_HTTP_ERROR_409
//
// MessageText:
//
// The request could not be completed due to a conflict with the current state of the resource. The user should resubmit with more information.
//
BG_E_HTTP_ERROR_409 = DWORD($80190199);
{$EXTERNALSYM BG_E_HTTP_ERROR_409}
//
// MessageId: BG_E_HTTP_ERROR_410
//
// MessageText:
//
// The requested resource is no longer available at the server, and no forwarding address is known.
//
BG_E_HTTP_ERROR_410 = DWORD($8019019A);
{$EXTERNALSYM BG_E_HTTP_ERROR_410}
//
// MessageId: BG_E_HTTP_ERROR_411
//
// MessageText:
//
// The server refuses to accept the request without a defined content length.
//
BG_E_HTTP_ERROR_411 = DWORD($8019019B);
{$EXTERNALSYM BG_E_HTTP_ERROR_411}
//
// MessageId: BG_E_HTTP_ERROR_412
//
// MessageText:
//
// The precondition given in one or more of the request header fields evaluated to false when it was tested on the server.
//
BG_E_HTTP_ERROR_412 = DWORD($8019019C);
{$EXTERNALSYM BG_E_HTTP_ERROR_412}
//
// MessageId: BG_E_HTTP_ERROR_413
//
// MessageText:
//
// The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
//
BG_E_HTTP_ERROR_413 = DWORD($8019019D);
{$EXTERNALSYM BG_E_HTTP_ERROR_413}
//
// MessageId: BG_E_HTTP_ERROR_414
//
// MessageText:
//
// The server is refusing to service the request because the request URI (Uniform Resource Identifier) is longer than the server is willing to interpret.
//
BG_E_HTTP_ERROR_414 = DWORD($8019019E);
{$EXTERNALSYM BG_E_HTTP_ERROR_414}
//
// MessageId: BG_E_HTTP_ERROR_415
//
// MessageText:
//
// The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
//
BG_E_HTTP_ERROR_415 = DWORD($8019019F);
{$EXTERNALSYM BG_E_HTTP_ERROR_415}
//
// MessageId: BG_E_HTTP_ERROR_416
//
// MessageText:
//
// The server could not satisfy the range request.
//
BG_E_HTTP_ERROR_416 = DWORD($801901A0);
{$EXTERNALSYM BG_E_HTTP_ERROR_416}
//
// MessageId: BG_E_HTTP_ERROR_417
//
// MessageText:
//
// The expectation given in an Expect request-header field could not be met by this server.
//
BG_E_HTTP_ERROR_417 = DWORD($801901A1);
{$EXTERNALSYM BG_E_HTTP_ERROR_417}
//
// MessageId: BG_E_HTTP_ERROR_449
//
// MessageText:
//
// The request should be retried after doing the appropriate action.
//
BG_E_HTTP_ERROR_449 = DWORD($801901C1);
{$EXTERNALSYM BG_E_HTTP_ERROR_449}
//
// MessageId: BG_E_HTTP_ERROR_500
//
// MessageText:
//
// The server encountered an unexpected condition that prevented it from fulfilling the request.
//
BG_E_HTTP_ERROR_500 = DWORD($801901F4);
{$EXTERNALSYM BG_E_HTTP_ERROR_500}
//
// MessageId: BG_E_HTTP_ERROR_501
//
// MessageText:
//
// The server does not support the functionality required to fulfill the request.
//
BG_E_HTTP_ERROR_501 = DWORD($801901F5);
{$EXTERNALSYM BG_E_HTTP_ERROR_501}
//
// MessageId: BG_E_HTTP_ERROR_502
//
// MessageText:
//
// The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
//
BG_E_HTTP_ERROR_502 = DWORD($801901F6);
{$EXTERNALSYM BG_E_HTTP_ERROR_502}
//
// MessageId: BG_E_HTTP_ERROR_503
//
// MessageText:
//
// The service is temporarily overloaded.
//
BG_E_HTTP_ERROR_503 = DWORD($801901F7);
{$EXTERNALSYM BG_E_HTTP_ERROR_503}
//
// MessageId: BG_E_HTTP_ERROR_504
//
// MessageText:
//
// The request was timed out waiting for a gateway.
//
BG_E_HTTP_ERROR_504 = DWORD($801901F8);
{$EXTERNALSYM BG_E_HTTP_ERROR_504}
//
// MessageId: BG_E_HTTP_ERROR_505
//
// MessageText:
//
// The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
//
BG_E_HTTP_ERROR_505 = DWORD($801901F9);
{$EXTERNALSYM BG_E_HTTP_ERROR_505}
//
// MessageId: MC_JOB_CANCELLED
//
// MessageText:
//
// %4 canceled job %1 on behalf of %3. The job's name was "%2".
//
MC_JOB_CANCELLED = DWORD($80194000);
{$EXTERNALSYM MC_JOB_CANCELLED}
//
// MessageId: MC_FILE_DELETION_FAILED
//
// MessageText:
//
// BITS completed job %1 with name "%2" but was not able to remove the following temporary files.
// If you can delete them, then you will regain some disk space.
//
// %3
//
MC_FILE_DELETION_FAILED = DWORD($80194001);
{$EXTERNALSYM MC_FILE_DELETION_FAILED}
//
// MessageId: MC_FILE_DELETION_FAILED_MORE
//
// MessageText:
//
// BITS completed job %1 with name "%2" but was not able to remove some temporary files.
// If you can delete them, then you will regain some disk space.
//
// %3
// Due to space limitations, not all files are listed here. Check for additional files of the form BITxxx.TMP in the same directory.
//
MC_FILE_DELETION_FAILED_MORE = DWORD($80194002);
{$EXTERNALSYM MC_FILE_DELETION_FAILED_MORE}
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -