Assemble error response, expects response id and error
(id interface{}, err Error)
| 104 | CreateResponse(id interface{}, reply interface{}) interface{} |
| 105 | // Assemble error response, expects response id and error |
| 106 | CreateErrorResponse(id interface{}, err Error) interface{} |
| 107 | // Assemble error response with extra information about the error through info |
| 108 | CreateErrorResponseWithInfo(id interface{}, err Error, info interface{}) interface{} |
| 109 | // Create notification response |