Interface ServiceErrorConvertible


public interface ServiceErrorConvertible
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    toSerivceError(io.netty.handler.codec.http.HttpResponseStatus status)
     
    toSerivceErrors(io.netty.handler.codec.http.HttpResponseStatus status)
     
  • Method Details

    • isSingleError

      boolean isSingleError()
    • toSerivceError

      Err toSerivceError(io.netty.handler.codec.http.HttpResponseStatus status)
    • toSerivceErrors

      List<Err> toSerivceErrors(io.netty.handler.codec.http.HttpResponseStatus status)