Package com.openai.models
Class Run.LastError.Code
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class Run.LastError.Code implements EnumOne of
server_error,rate_limit_exceeded, orinvalid_prompt.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumRun.LastError.Code.Knownpublic enumRun.LastError.Code.Value
-
Field Summary
Fields Modifier and Type Field Description public final static Run.LastError.CodeSERVER_ERRORpublic final static Run.LastError.CodeRATE_LIMIT_EXCEEDEDpublic final static Run.LastError.CodeINVALID_PROMPT
-
Method Summary
-
-
Method Detail
-
value
final Run.LastError.Code.Value value()
-
known
final Run.LastError.Code.Known known()
-
of
final static Run.LastError.Code of(String value)
-
-
-
-