1. ResponseMessage

Class ResponseMessage

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

A response message that will be returned by IInternalClient instances.

Constructors

ResponseMessage()

Declaration
new ResponseMessage()

Members

isSuccessStatusCode

Indicates if the response is successful.

Declaration
isSuccessStatusCode

Functions

build(statusCode, responseHeaders, optional)

Build a response message.

Declaration
function build(statusCode, responseHeaders, optional)
Parameters
TypeNameDescription
statusCode

HTTP status code

responseHeaders

Headers containing additional information sent by the server

optional

Object with more response properties (statusText, content, ...)

この記事を改善するための提案がある場合は、 お知らせください!