Package ai.extend.types
Interface ExtendError.CodeStage
-
- All Known Implementing Classes:
ExtendError.Builder
- Enclosing class:
- ExtendError
public static interface ExtendError.CodeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendError.MessageStagecode(java.lang.String code)Error code identifying the type of errorExtendError.Builderfrom(ExtendError other)
-
-
-
Method Detail
-
code
ExtendError.MessageStage code(@NotNull java.lang.String code)
Error code identifying the type of error
-
from
ExtendError.Builder from(ExtendError other)
-
-