Class Error

    • Constructor Detail

      • Error

        public Error()
      • Error

        public Error​(Error source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCode

        public String getCode()
        Get 异常错误码 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Code 异常错误码 注意:此字段可能返回 null,表示取不到有效值。
      • setCode

        public void setCode​(String Code)
        Set 异常错误码 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Code - 异常错误码 注意:此字段可能返回 null,表示取不到有效值。
      • getMessage

        public String getMessage()
        Get 异常错误信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Message 异常错误信息 注意:此字段可能返回 null,表示取不到有效值。
      • setMessage

        public void setMessage​(String Message)
        Set 异常错误信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Message - 异常错误信息 注意:此字段可能返回 null,表示取不到有效值。