接口 Error

所有已知实现类:
CommandResponse.Error, CommonResponse.Error, ConvertResponse.Error

public interface Error
Defines the error parameters.
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns the error code.
    Returns the error description.
  • 方法详细资料

    • getCode

      Integer getCode()
      Returns the error code.
      返回:
      The error code.
    • getDescription

      String getDescription()
      Returns the error description.
      返回:
      The error description.