Post.error

struct Post(Direction DIRECTION)
@trusted const pure
static if(DIRECTION is Direction.RECEIVE)
const(Error)
error
()

Return Value

Type: const(Error)

if the message type is an error it returns it * or else it throws an exception