Package ai.extend.types
Interface ApiError.MessageStage
-
- All Known Implementing Classes:
ApiError.Builder
- Enclosing class:
- ApiError
public static interface ApiError.MessageStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiError.RetryableStagemessage(java.lang.String message)Human-readable error message suitable for displaying to developers.
-
-
-
Method Detail
-
message
ApiError.RetryableStage message(@NotNull java.lang.String message)
Human-readable error message suitable for displaying to developers. Do not rely on the exact text of this message as it may change.
-
-