Package com.openai.models
Class RunStep.LastError.Code
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class RunStep.LastError.Code implements Enum
One of
server_error
orrate_limit_exceeded
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
RunStep.LastError.Code.Known
public enum
RunStep.LastError.Code.Value
-
Field Summary
Fields Modifier and Type Field Description public final static RunStep.LastError.Code
SERVER_ERROR
public final static RunStep.LastError.Code
RATE_LIMIT_EXCEEDED
-
Method Summary
-
-
Method Detail
-
value
final RunStep.LastError.Code.Value value()
-
known
final RunStep.LastError.Code.Known known()
-
of
final static RunStep.LastError.Code of(String value)
-
-
-
-