Package com.openai.models
Class RunStep.LastError
-
- All Implemented Interfaces:
public final class RunStep.LastErrorThe last error associated with this run step. Will be
nullif there are no errors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunStep.LastError.Builderpublic final classRunStep.LastError.CodeOne of
server_errororrate_limit_exceeded.
-
Method Summary
Modifier and Type Method Description final RunStep.LastError.Codecode()One of server_errororrate_limit_exceeded.final Stringmessage()A human-readable description of the error. final JsonField<RunStep.LastError.Code>_code()One of server_errororrate_limit_exceeded.final JsonField<String>_message()A human-readable description of the error. final Map<String, JsonValue>_additionalProperties()final RunStep.LastErrorvalidate()final RunStep.LastError.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunStep.LastError.Builderbuilder()-
-
Method Detail
-
code
final RunStep.LastError.Code code()
One of
server_errororrate_limit_exceeded.
-
_code
final JsonField<RunStep.LastError.Code> _code()
One of
server_errororrate_limit_exceeded.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final RunStep.LastError validate()
-
toBuilder
final RunStep.LastError.Builder toBuilder()
-
builder
final static RunStep.LastError.Builder builder()
-
-
-
-