Module bus.vortex

Class ErrorCode

java.lang.Object
org.miaixz.bus.core.basic.normal.ErrorCode
org.miaixz.bus.vortex.magic.ErrorCode

public class ErrorCode extends org.miaixz.bus.core.basic.normal.ErrorCode
网关错误码: 115xxx
Since:
Java 17+
Author:
Kimi Liu
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.miaixz.bus.core.basic.normal.Errors
    服务端超时
    static final org.miaixz.bus.core.basic.normal.Errors
    服务端未响应

    Fields inherited from class org.miaixz.bus.core.basic.normal.ErrorCode

    _100100, _100101, _100102, _100103, _100104, _100105, _100106, _100107, _100108, _100109, _100110, _100111, _100112, _100113, _100114, _100115, _100200, _100201, _100202, _100203, _100204, _100205, _100206, _100207, _100208, _100209, _100300, _100301, _100302, _100303, _100304, _100500, _100501, _100502, _100503, _100504, _100505, _100506, _100507, _100508, _100509, _100510, _100511, _100512, _100513, _100514, _100515, _100516, _100517, _100518, _100519, _100520, _100521, _100522, _100523, _100800, _100801, _100802, _100803, _100804, _100805, _100806, _100807, _100808, _100809, _100810, _BLOCKED, _FAILURE, _LIMITER, _SUCCESS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • _80010001

      public static final org.miaixz.bus.core.basic.normal.Errors _80010001
      服务端超时
    • _80010002

      public static final org.miaixz.bus.core.basic.normal.Errors _80010002
      服务端未响应
  • Constructor Details

    • ErrorCode

      public ErrorCode()