Package com.sap.ai.sdk.core.model
Interface AiApiErrorWithId.Builder1
- Enclosing class:
AiApiErrorWithId
public static interface AiApiErrorWithId.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionerror(AiApiError error) Set the error of thisAiApiErrorWithIdinstance.
-
Method Details
-
error
Set the error of thisAiApiErrorWithIdinstance.- Parameters:
error- The error of thisAiApiErrorWithId- Returns:
- The AiApiErrorWithId instance.
-