- Javascript SDK
Class ResponseMessage
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, ...) |
If you have suggestions for improving this article, let us know!