Interface ServiceErrorConvertible

All Known Implementing Classes:
RPCError

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

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

    • isSingleError

      boolean isSingleError()
    • toServiceError

      Err toServiceError(io.netty.handler.codec.http.HttpResponseStatus status)
    • toServiceErrors

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