Home
last modified time | relevance | path

Searched refs:httpRequestError (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/ru_RU/
H A Dmessaging.properties79 httpRequestError = Ошибка запроса HTTP key
80 httpRequestError.details = Ошибка: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/zh_TW/
H A Dmessaging.properties79 httpRequestError = HTTP 要求錯誤 key
80 httpRequestError.details = 錯誤:{0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/ko_KR/
H A Dmessaging.properties79 httpRequestError = HTTP 요청 오류 key
80 httpRequestError.details = 오류: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/zh_CN/
H A Dmessaging.properties79 httpRequestError = HTTP 请求错误 key
80 httpRequestError.details = 错误:{0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/ja_JP/
H A Dmessaging.properties79 httpRequestError = HTTP 要求に関するエラー key
80 httpRequestError.details = エラー : {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/fi_FI/
H A Dmessaging.properties79 httpRequestError = HTTP-pyyntövirhe key
80 httpRequestError.details = Virhe: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/nb_NO/
H A Dmessaging.properties79 httpRequestError = Feil ved HTTP-forespørsel key
80 httpRequestError.details = Feil: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/da_DK/
H A Dmessaging.properties79 httpRequestError = HTTP-anmodningsfejl key
80 httpRequestError.details = Fejl: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/en_US/
H A Dmessaging.properties79 httpRequestError = HTTP request error key
80 httpRequestError.details = Error: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/rpc/bundles/en_US/src/
H A Dmessaging.properties79 httpRequestError = HTTP request error key
80 httpRequestError.details = Error: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/nl_NL/
H A Dmessaging.properties79 httpRequestError = Fout bij HTTP-verzoek key
80 httpRequestError.details = Fout: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/de_DE/
H A Dmessaging.properties79 httpRequestError = HTTP-Anforderungsfehler key
80 httpRequestError.details = Fehler: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/it_IT/
H A Dmessaging.properties79 httpRequestError = Errore di richiesta HTTP key
80 httpRequestError.details = Errore: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/sv_SE/
H A Dmessaging.properties79 httpRequestError = HTTP-frågefel key
80 httpRequestError.details = Fel: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/es_ES/
H A Dmessaging.properties79 httpRequestError = Error de solicitud http key
80 httpRequestError.details = Error: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/pt_BR/
H A Dmessaging.properties79 httpRequestError = Erro de solicitação HTTP key
80 httpRequestError.details = Erro: {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/fr_FR/
H A Dmessaging.properties79 httpRequestError = Erreur de requête HTTP key
80 httpRequestError.details = Erreur : {0}
106 ##httpRequestError
107 ##httpRequestError.details
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/http/
H A Drequest.h125 void httpRequestError(const HttpRequest *this, HttpResponse *response) __attribute__((__noreturn__)…
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/rpc/src/mx/messaging/channels/
H A DHTTPChannel.as790 "messaging", "httpRequestError");
798 "messaging", "httpRequestError.details", [ details ]);
971 "messaging", "httpRequestError");
979 "messaging", "httpRequestError.details", [ details ]);
1000 "messaging", "httpRequestError");
1008 "messaging", "httpRequestError.details", [ details ]);
H A DDirectHTTPChannel.as356 "messaging", "httpRequestError");
364 "messaging", "httpRequestError.details", [ details ]);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/src/mx/messaging/channels/
H A DHTTPChannel.as837 "messaging", "httpRequestError");
845 "messaging", "httpRequestError.details", [ details ]);
1024 "messaging", "httpRequestError");
1032 "messaging", "httpRequestError.details", [ details ]);
1053 "messaging", "httpRequestError");
1061 "messaging", "httpRequestError.details", [ details ]);
H A DDirectHTTPChannel.as398 "messaging", "httpRequestError");
406 "messaging", "httpRequestError.details", [ details ]);
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DioHttpTest.c581 httpRequestError(request, response), ProtocolError, in testRun()
612 httpRequestError(request, response), ProtocolError, in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/s3/
H A Dwrite.c248 httpRequestError(request, response); in storageWriteS3Close()
H A Dstorage.c339 httpRequestError(request, response); in storageS3RequestAsync()
366 httpRequestError(request, response); in storageS3RequestAsync()
447 httpRequestError(request, result); in storageS3Response()

12