Class ResponseMessage
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
A response message that will be returned by IInternalClient instances.
Constructors
ResponseMessage()
Declaration
Members
isSuccessStatusCode
Indicates if the response is successful.
Declaration
Functions
build(statusCode, responseHeaders, optional)
Build a response message.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| statusCode |
HTTP status code | |
| responseHeaders |
Headers containing additional information sent by the server | |
| optional |
Object with more response properties (statusText, content, ...) |