Post.error

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

Return Value

Type: const(Error)

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

Meta