Package com.unfbx.chatgpt.exception
Interface IError
-
- All Known Implementing Classes:
CommonError
public interface IError
描述:- Author:
- https:www.unfbx.com 2023-02-11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
code()
String
msg()
-
-
-
Method Detail
-
msg
String msg()
-
code
int code()
-
-