Construct a new result.
The payload of the response.
Optional
message: stringThe status message associated with the result.
Optional
code: numberThe response code of the response.
Optional
type: stringThe request type of the response.
Optional
Readonly
codeThe response code associated with this result.
Readonly
dataThe data, if any.
Optional
Readonly
messageThe status message associated with this result.
Optional
Readonly
typeThe request type, if any.
Static
noCreate a new "No Content" result.
Static
okCreate a new success result.
Optional
message: stringOptional
code: numberOptional
type: string
An [[IOnmsHTTP]] query result.