Constructs an instance of this DTO.
Contains the HTTP status code sent with the response
object. Successful requests shall contain 200
as the
status code.
Contains true
given a successful request,
or false otherwise.
Creates an object instance of this DTO.
The HTTP status code sent with the response object.
The created instance of this class, with provided code
.
Generated using TypeDoc
A DTO class that consists of a status property only and can be used to determine the correct execution of requests.
This class shall be used in HTTP responses to avoid any additional data about module states to be revealed.
v0.3.0