A rejection with an explicit status code.
const Rejection.status(int status, String message) : this._(status, message);