The simpleMessage is used as return value after a call is made to the middleware that dont have a specific return object.

It provides the caller with details about its call like an OK or a faulty status in case something went wrong

message

Field Type Required Description
status int true Status code to specify the status of the call. Status will follow HTTP status codes where possible
message string true Human readable explanation of the status. For example the reason of failure
click to enlarge graphical representation


Samples
Example message