MCPcopy Create free account
hub / github.com/Grt1228/chatgpt-java / IError

Interface IError

src/main/java/com/unfbx/chatgpt/exception/IError.java:8–12  ·  view source on GitHub ↗

描述: @author https:www.unfbx.com 2023-02-11

Source from the content-addressed store, hash-verified

6 * 2023-02-11
7 */
8public interface IError {
9 String msg();
10
11 int code();
12}

Callers 5

BaseExceptionMethod · 0.65
creditGrantsMethod · 0.65
BaseExceptionMethod · 0.65
interceptMethod · 0.65
interceptMethod · 0.65

Implementers 1

CommonErrorsrc/main/java/com/unfbx/chatgpt/except

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…