Constructor of OINOResult.
Error / warning messages
HTTP status code
HTTP status message
Wheter request was successfully executed
Add debug message. Returns self reference for chaining.
HTTP status message
operation where debug occured
Add info message. Returns self reference for chaining.
HTTP status message
operation where info occured
Add warning message. Returns self reference for chaining.
HTTP status message
operation where warning occured
Copy values from different result.
source value
Copy given messages to HTTP headers.
HTTP headers
wether error messages should be copied (default true)
wether warning messages should be copied (default false)
wether info messages should be copied (default false)
wether debug messages should be copied (default false)
Set HTTP error status using given code and message. Returns self reference for chaining.
HTTP status code
HTTP status message
operation where error occured
OINO API request result object with returned data and/or http status code/message and error / warning messages.